[FancyZones] Increase the number of zones limit to 128 (#15976)

This commit is contained in:
Seraphima Zykova
2022-02-04 18:09:11 +03:00
committed by GitHub
parent f62dd6933c
commit a3dbb55404
13 changed files with 263 additions and 75 deletions

View File

@@ -266,7 +266,8 @@ void WindowMoveHandler::MoveSizeEnd(HWND window, POINT const& ptScreen, const st
}
}
}
::RemoveProp(window, ZonedWindowProperties::PropertyMultipleZoneID);
FancyZonesWindowProperties::RemoveZoneIndexProperty(window);
}
m_inDragging = false;