mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
disable putting no record window to bottom z-order
This commit is contained in:
parent
b32fbee4d0
commit
145769a886
1 changed files with 2 additions and 0 deletions
|
@ -3205,6 +3205,7 @@ namespace PersistentWindows.Common
|
|||
if (restoringFromMem)
|
||||
{
|
||||
//the window did not exist when snapshot was taken
|
||||
/*
|
||||
User32.SetWindowPos(hwnd, new IntPtr(1), //bottom
|
||||
0, 0, 0, 0,
|
||||
0
|
||||
|
@ -3212,6 +3213,7 @@ namespace PersistentWindows.Common
|
|||
| SetWindowPosFlags.IgnoreMove
|
||||
| SetWindowPosFlags.IgnoreResize
|
||||
);
|
||||
*/
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue