sometime this throws

This commit is contained in:
Paddy Xu
2017-11-09 20:22:42 +02:00
parent 04b1180b26
commit 5a83dce8ed

View File

@@ -156,7 +156,8 @@ namespace QuickLook
else
{
_restoreForDragMove = WindowState == WindowState.Maximized;
DragMove();
if (e.LeftButton == MouseButtonState.Pressed)
DragMove();
}
}
}