mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix: can not select issue rules after remove one in last two (#343)
This commit is contained in:
parent
3a54471ea5
commit
905664c5e2
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
Background="Transparent"
|
||||
ItemsSource="{Binding IssueTrackerRules}"
|
||||
SelectedItem="{Binding SelectedIssueTrackerRule, Mode=TwoWay}"
|
||||
SelectionMode="AlwaysSelected,Single">
|
||||
SelectionMode="Single">
|
||||
<ListBox.Styles>
|
||||
<Style Selector="ListBoxItem">
|
||||
<Setter Property="MinHeight" Value="0"/>
|
||||
|
|
Loading…
Reference in a new issue