Skip to content

Commit 1528e65

Browse files
committed
fixed hintbox editability; removed ctrl+esc input binding
1 parent 37c252e commit 1528e65

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Rubberduck.Core/UI/Controls/SearchBox.xaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Background="{Binding Path=Background, ElementName=Root}"
3535
Width="{Binding Path=ActualWidth, ElementName=ValueContainer}"
3636
Height="{Binding Path=ActualHeight, ElementName=ValueContainer}"
37-
Panel.ZIndex="1"
37+
Panel.ZIndex="1" IsTabStop="False" IsReadOnly="True"
3838
VerticalContentAlignment="Center"
3939
Grid.Row="0" Grid.Column="0">
4040
<TextBox.Style>
@@ -48,11 +48,6 @@
4848
</Style.Triggers>
4949
</Style>
5050
</TextBox.Style>
51-
<TextBox.InputBindings>
52-
<KeyBinding Key="Esc"
53-
Modifiers="Control"
54-
Command="{Binding ClearSearchCommand}" />
55-
</TextBox.InputBindings>
5651
</TextBox>
5752
<Button Name="SearchButton" Grid.Column="1" Command="{Binding ClearSearchCommand}"
5853
BorderBrush="{x:Static SystemColors.ControlLightBrush}"

0 commit comments

Comments
 (0)