Skip to content

Commit

Permalink
Reverse logic for keep windows in their zones when fancyzone layout c…
Browse files Browse the repository at this point in the history
…hanges (#812)
  • Loading branch information
vldmr11080 authored and enricogior committed Nov 30, 2019
1 parent 3095ade commit 9a8ab29
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 9a8ab29

Please sign in to comment.