You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The set_maximized API sets the window to have the full monitor size even when a maximum size is set. This issue only happens when the decorations are disabled. Here's an example to reproduce it:
Just run it and press m to call set_maximized(true). You'll see the window resizing to the monitor size, when it should be constrained by the maximum size. It works if you remove the with_decorations(false) line.
This seems like a regression from the last release, @parker-codes said it used to work.
Found it on macOS.
The text was updated successfully, but these errors were encountered:
The
set_maximized
API sets the window to have the full monitor size even when a maximum size is set. This issue only happens when the decorations are disabled. Here's an example to reproduce it:Just run it and press
m
to callset_maximized(true)
. You'll see the window resizing to the monitor size, when it should be constrained by the maximum size. It works if you remove thewith_decorations(false)
line.This seems like a regression from the last release, @parker-codes said it used to work.
Found it on macOS.
The text was updated successfully, but these errors were encountered: