mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -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"
|
Background="Transparent"
|
||||||
ItemsSource="{Binding IssueTrackerRules}"
|
ItemsSource="{Binding IssueTrackerRules}"
|
||||||
SelectedItem="{Binding SelectedIssueTrackerRule, Mode=TwoWay}"
|
SelectedItem="{Binding SelectedIssueTrackerRule, Mode=TwoWay}"
|
||||||
SelectionMode="AlwaysSelected,Single">
|
SelectionMode="Single">
|
||||||
<ListBox.Styles>
|
<ListBox.Styles>
|
||||||
<Style Selector="ListBoxItem">
|
<Style Selector="ListBoxItem">
|
||||||
<Setter Property="MinHeight" Value="0"/>
|
<Setter Property="MinHeight" Value="0"/>
|
||||||
|
|
Loading…
Reference in a new issue