mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 21:15:38 +02:00
undo wild match for non-resizable window
This commit is contained in:
parent
5d26d86e28
commit
9661f8bd79
1 changed files with 0 additions and 3 deletions
|
@ -1560,9 +1560,6 @@ namespace PersistentWindows.Common
|
||||||
return similar_pos_hid;
|
return similar_pos_hid;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!IsResizableWindow(hwnd))
|
|
||||||
return similar_pos_hid;
|
|
||||||
|
|
||||||
if (!monitorApplications.ContainsKey(curDisplayKey))
|
if (!monitorApplications.ContainsKey(curDisplayKey))
|
||||||
return IntPtr.Zero;
|
return IntPtr.Zero;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue