mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
Merge pull request #208 from gadfly3173/fix/search-btn
fix: SearchFilter radio button checked status
This commit is contained in:
commit
b50ae21699
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@
|
|||
<RadioButton Grid.Column="2"
|
||||
Width="48"
|
||||
Classes="icon_button"
|
||||
GroupName="SearchGroup">
|
||||
GroupName="SearchGroup"
|
||||
IsChecked="{Binding IsSearching, Mode=TwoWay}">
|
||||
<Path Width="14" Height="14" Stretch="Fill" HorizontalAlignment="Center" Data="{StaticResource Icons.Search}"/>
|
||||
</RadioButton>
|
||||
</Grid>
|
||||
|
|
Loading…
Reference in a new issue