mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
fix: crash when using Ctrl to unselect active tab
This commit is contained in:
parent
d2e3b683f1
commit
1ce0d0f7bf
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
||||||
<StackPanel x:Name="launcherTabsBar" Orientation="Horizontal" SizeChanged="UpdateScrollIndicator">
|
<StackPanel x:Name="launcherTabsBar" Orientation="Horizontal" SizeChanged="UpdateScrollIndicator">
|
||||||
<ListBox Classes="launcher_page_tabbar"
|
<ListBox Classes="launcher_page_tabbar"
|
||||||
ItemsSource="{Binding Pages}"
|
ItemsSource="{Binding Pages}"
|
||||||
|
SelectionMode="AlwaysSelected"
|
||||||
SelectedItem="{Binding ActivePage, Mode=TwoWay}">
|
SelectedItem="{Binding ActivePage, Mode=TwoWay}">
|
||||||
<ListBox.ItemsPanel>
|
<ListBox.ItemsPanel>
|
||||||
<ItemsPanelTemplate>
|
<ItemsPanelTemplate>
|
||||||
|
|
Loading…
Reference in a new issue