mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
undo speedup inheritance of killed window on 1/29
This commit is contained in:
parent
5fc59d5bc5
commit
172cbdc35c
1 changed files with 1 additions and 2 deletions
|
@ -472,8 +472,7 @@ namespace PersistentWindows.Common
|
|||
// delay capture by a few seconds should be fine.
|
||||
|
||||
if (monitorApplications.ContainsKey(curDisplayKey)
|
||||
&& (monitorApplications[curDisplayKey].ContainsKey(hwnd)
|
||||
|| FindMatchingKilledWindow(hwnd) != IntPtr.Zero))
|
||||
&& monitorApplications[curDisplayKey].ContainsKey(hwnd))
|
||||
{
|
||||
//capture with slight delay inperceivable by user, required for full screen mode recovery
|
||||
userMove = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue