Browse Source

Update behavior

Ruben 5 years ago
parent
commit
5444687840
1 changed files with 1 additions and 0 deletions
  1. 1 0
      PicView/UI/DragAndDrop/DragToExplorer.cs

+ 1 - 0
PicView/UI/DragAndDrop/DragToExplorer.cs

@@ -23,6 +23,7 @@ namespace PicView.UI.DragAndDrop
                 || Keyboard.Modifiers == ModifierKeys.Control
                 || Keyboard.Modifiers == ModifierKeys.Shift
                 || Properties.Settings.Default.PicGallery == 2
+                || Properties.Settings.Default.Fullscreen
                 || Scroll.IsAutoScrolling)
             {
                 return;