mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 15:03:36 +08:00
[FancyZonesEditor]Fix empty Focus template (#21909)
This commit is contained in:
parent
195c265a36
commit
4b47d71749
@ -58,6 +58,9 @@ namespace FancyZonesEditor
|
||||
MaxWidth = workArea.Width;
|
||||
MaxHeight = workArea.Height;
|
||||
SizeToContent = SizeToContent.WidthAndHeight;
|
||||
|
||||
// reinit considering work area rect
|
||||
_settings.InitModels();
|
||||
}
|
||||
|
||||
public void Update()
|
||||
|
Loading…
Reference in New Issue
Block a user