diff --git a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs index e1bce73..b8b6751 100644 --- a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs +++ b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs @@ -2099,6 +2099,9 @@ namespace PersistentWindows.Common if (fullScreenGamingWindow != IntPtr.Zero) return; + if (User32.IsZoomed(hwnd)) + userMove = true; + if (foreGroundWindow == hwnd) { StartCaptureTimer(UserMoveLatency);