mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
code_review: PR #208
* make sure there's only one radio button that will change the binding value * remove unused code
This commit is contained in:
parent
b50ae21699
commit
d43f88da03
2 changed files with 2 additions and 21 deletions
|
@ -182,7 +182,7 @@
|
|||
Classes="icon_button"
|
||||
Width="48"
|
||||
GroupName="SearchGroup"
|
||||
IsChecked="{Binding IsSearching, Mode=TwoWay, Converter={x:Static c:BoolConverters.Inverse}}">
|
||||
IsChecked="{Binding !IsSearching, Mode=OneWay}">
|
||||
<Path Width="14" Height="14" Stretch="Fill" HorizontalAlignment="Center" Data="{StaticResource Icons.Home}"/>
|
||||
</RadioButton>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue