Fix resizable check

This commit is contained in:
Ben Olden-Cooligan 2024-02-17 22:07:36 -08:00
parent 835a9e56b0
commit ed8d401857

View File

@ -118,7 +118,7 @@ public class FormStateController
EtoPlatform.Current.SetFormLocation(_window, location);
}
}
if (!size.IsEmpty && _window.Resizable)
if (!size.IsEmpty && Resizable)
{
if (!_minimumClientSize.IsEmpty)
{