mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[FancyZones] Fix window resize on layout change (#23829)
This commit is contained in:
@@ -69,6 +69,11 @@ void LayoutAssignedWindows::Dismiss(HWND window)
|
||||
FancyZonesWindowProperties::SetTabSortKeyWithinZone(window, std::nullopt);
|
||||
}
|
||||
|
||||
std::map<HWND, ZoneIndexSet> LayoutAssignedWindows::SnappedWindows() const noexcept
|
||||
{
|
||||
return m_windowIndexSet;
|
||||
}
|
||||
|
||||
ZoneIndexSet LayoutAssignedWindows::GetZoneIndexSetFromWindow(HWND window) const noexcept
|
||||
{
|
||||
auto it = m_windowIndexSet.find(window);
|
||||
|
||||
Reference in New Issue
Block a user