mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Revert: Keep window in their zone after layout changes (#852)
This commit is contained in:
committed by
Enrico Giordani
parent
6d482cd934
commit
3a65d5ce23
@@ -462,7 +462,7 @@ void FancyZones::OnDisplayChange(DisplayChangeType changeType) noexcept
|
||||
}
|
||||
else if (changeType == DisplayChangeType::Editor)
|
||||
{
|
||||
if (!m_settings->GetSettings().zoneSetChange_moveWindows)
|
||||
if (m_settings->GetSettings().zoneSetChange_moveWindows)
|
||||
{
|
||||
MoveWindowsOnDisplayChange();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user