mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
do not auto restore activated floating window
This commit is contained in:
parent
6feaa24d92
commit
453a4cb9e9
1 changed files with 1 additions and 1 deletions
|
@ -3167,7 +3167,7 @@ namespace PersistentWindows.Common
|
|||
{
|
||||
moved = true;
|
||||
|
||||
if (restore_last && prevDisplayMetrics != null && !restoringFromDB)
|
||||
if (restore_last && prevDisplayMetrics != null && !restoringFromDB && IsResizableWindow(hwnd))
|
||||
{
|
||||
Log.Trace($"restore {windowTitle[hwnd]} to last captured position");
|
||||
restoringFromMem = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue