mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
disable double restore full screen window due to invisible window issue
This commit is contained in:
parent
f7eb0abe43
commit
11d0c30ddb
1 changed files with 2 additions and 0 deletions
|
@ -3698,6 +3698,7 @@ namespace PersistentWindows.Common
|
|||
0, 0, 0, UIntPtr.Zero);
|
||||
Log.Error("restore full screen window {0}", GetWindowTitle(hwnd));
|
||||
|
||||
/*
|
||||
Thread.Sleep(3 * double_clck_interval);
|
||||
|
||||
style = User32.GetWindowLong(hwnd, User32.GWL_STYLE);
|
||||
|
@ -3722,6 +3723,7 @@ namespace PersistentWindows.Common
|
|||
}
|
||||
|
||||
Log.Error("fail to restore full screen window {0}", GetWindowTitle(hwnd));
|
||||
*/
|
||||
}
|
||||
|
||||
private void RestoreSnapWindow(IntPtr hwnd, RECT target_pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue