mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
[FancyZonesEditor]Fix empty Focus template (#21909)
This commit is contained in:
@@ -58,6 +58,9 @@ namespace FancyZonesEditor
|
|||||||
MaxWidth = workArea.Width;
|
MaxWidth = workArea.Width;
|
||||||
MaxHeight = workArea.Height;
|
MaxHeight = workArea.Height;
|
||||||
SizeToContent = SizeToContent.WidthAndHeight;
|
SizeToContent = SizeToContent.WidthAndHeight;
|
||||||
|
|
||||||
|
// reinit considering work area rect
|
||||||
|
_settings.InitModels();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Update()
|
public void Update()
|
||||||
|
|||||||
Reference in New Issue
Block a user