Revert: Keep window in their zone after layout changes (#852)

This commit is contained in:
vldmr11080
2019-12-04 01:55:12 +01:00
committed by Enrico Giordani
parent 6d482cd934
commit 3a65d5ce23

View File

@@ -462,7 +462,7 @@ void FancyZones::OnDisplayChange(DisplayChangeType changeType) noexcept
} }
else if (changeType == DisplayChangeType::Editor) else if (changeType == DisplayChangeType::Editor)
{ {
if (!m_settings->GetSettings().zoneSetChange_moveWindows) if (m_settings->GetSettings().zoneSetChange_moveWindows)
{ {
MoveWindowsOnDisplayChange(); MoveWindowsOnDisplayChange();
} }