Dragging to another monitor doesn't activate fancy zone placement fix (#1736)

This commit is contained in:
PrzemyslawTusinski
2020-03-27 16:09:37 +01:00
committed by GitHub
parent a6793588c6
commit f2744493b9

View File

@@ -1078,6 +1078,7 @@ void FancyZones::MoveSizeUpdateInternal(HMONITOR monitor, POINT const& ptScreen,
m_zoneWindowMoveSize->HideZoneWindow();
}
m_zoneWindowMoveSize = iter->second;
m_zoneWindowMoveSize->MoveSizeEnter(m_windowMoveSize, m_zoneWindowMoveSize->IsDragEnabled());
}
for (auto [keyMonitor, zoneWindow] : m_zoneWindowMap)