mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add separate minimize_disabled and maximize_disabled window flags.
This commit is contained in:
parent
af2c713971
commit
f37fb49739
20 changed files with 212 additions and 20 deletions
|
|
@ -223,6 +223,8 @@ Popup::Popup() {
|
|||
set_transient(true);
|
||||
set_flag(FLAG_BORDERLESS, true);
|
||||
set_flag(FLAG_RESIZE_DISABLED, true);
|
||||
set_flag(FLAG_MINIMIZE_DISABLED, true);
|
||||
set_flag(FLAG_MAXIMIZE_DISABLED, true);
|
||||
set_flag(FLAG_POPUP, true);
|
||||
set_flag(FLAG_POPUP_WM_HINT, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue