mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05: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.
|
// delay capture by a few seconds should be fine.
|
||||||
|
|
||||||
if (monitorApplications.ContainsKey(curDisplayKey)
|
if (monitorApplications.ContainsKey(curDisplayKey)
|
||||||
&& (monitorApplications[curDisplayKey].ContainsKey(hwnd)
|
&& monitorApplications[curDisplayKey].ContainsKey(hwnd))
|
||||||
|| FindMatchingKilledWindow(hwnd) != IntPtr.Zero))
|
|
||||||
{
|
{
|
||||||
//capture with slight delay inperceivable by user, required for full screen mode recovery
|
//capture with slight delay inperceivable by user, required for full screen mode recovery
|
||||||
userMove = true;
|
userMove = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue