undo wild match for non-resizable window

This commit is contained in:
Kang Yu 2025-05-01 11:30:27 -07:00
parent 5d26d86e28
commit 9661f8bd79

View file

@ -1560,9 +1560,6 @@ namespace PersistentWindows.Common
return similar_pos_hid;
}
if (!IsResizableWindow(hwnd))
return similar_pos_hid;
if (!monitorApplications.ContainsKey(curDisplayKey))
return IntPtr.Zero;