Skip to content

Commit

Permalink
Revert: Keep window in their zone after layout changes (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
vldmr11080 authored and enricogior committed Dec 4, 2019
1 parent 6d482cd commit 3a65d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fancyzones/lib/FancyZones.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 3a65d5c

Please sign in to comment.