From d731945a718b642eb296bb6ad8d629c0494fc36c Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 31 May 2016 10:31:45 -0400 Subject: [PATCH] Keep selection when going to drag feeds --- Application/Options/FeedsOptionsPanel.xaml | 3 ++- Application/Options/FeedsOptionsPanel.xaml.cs | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Application/Options/FeedsOptionsPanel.xaml b/Application/Options/FeedsOptionsPanel.xaml index 44952bd..4516c64 100644 --- a/Application/Options/FeedsOptionsPanel.xaml +++ b/Application/Options/FeedsOptionsPanel.xaml @@ -28,7 +28,8 @@ CanUserResizeRows="False" IsReadOnly="True" HeadersVisibility="Column" - Background="{x:Null}"> + Background="{x:Null}" + PreviewMouseLeftButtonDown="HandleFeedListPreviewMouseLeftButtonDown">