diff options
author | sr55 <[email protected]> | 2020-02-28 19:12:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-03-18 21:20:20 +0000 |
commit | e342217a88ad26880098af09b2c91392fb0abcc0 (patch) | |
tree | 955f63537c88900e87a0de27d3dbb27bdaa3f549 /win/CS | |
parent | eb6bbf36b26b79c621f1ffa0561434a71addf6c4 (diff) |
WinGui: Revert queue selection behavior back to extended. Fixes #2657
(cherry picked from commit c28a2513ba3e8891206f7f912126c89c8041e958)
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/QueueView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml index aef8f9d2b..12c63c093 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml @@ -142,7 +142,7 @@ ItemsSource="{Binding QueueTasks, Mode=OneWay}"
helpers:ListBoxHelper.SelectedItems="{Binding SelectedItems}"
SelectedItem="{Binding SelectedTask}"
- SelectionMode="Single"
+ SelectionMode="Extended"
BorderThickness="1"
ScrollViewer.HorizontalScrollBarVisibility="Disabled" >
|