mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-22 22:50:03 +01:00
Expose InMoveSize from WindowMoveHandler. (#3525)
This commit is contained in:
@@ -522,7 +522,7 @@ ZoneWindow::ShowZoneWindow() noexcept
|
||||
std::thread{ [=]() {
|
||||
AnimateWindow(window, m_showAnimationDuration, AW_BLEND);
|
||||
InvalidateRect(window, nullptr, true);
|
||||
if (m_windowMoveSize == nullptr)
|
||||
if (!m_host->InMoveSize())
|
||||
{
|
||||
HideZoneWindow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user