Skip to content

Commit 1dc8803

Browse files
working on icsharpcode/ILSpy#553 - the close button on the AvalonEdit's Ctrl+F find panel should have Focusable = false
1 parent cfe387d commit 1dc8803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ICSharpCode.AvalonEdit/Search/SearchPanel.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Image Width="16" Height="16" Stretch="Fill" Source="next.png" />
3636
</Button>
3737
<Button Height="16" Width="16" HorizontalAlignment="Right" VerticalAlignment="Top" Command="search:SearchCommands.CloseSearchPanel"
38-
VerticalContentAlignment="Center" HorizontalContentAlignment="Center">
38+
VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Focusable="False">
3939
<Path Data="M 0,0 L 8,8 M 8,0 L 0,8" Stroke="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}" StrokeThickness="1" />
4040
</Button>
4141
</StackPanel>

0 commit comments

Comments
 (0)