You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Add separate minimize_disabled and maximize_disabled window flags.
This commit is contained in:
@@ -448,6 +448,9 @@ AcceptDialog::AcceptDialog() {
|
||||
set_clamp_to_embedder(true);
|
||||
set_keep_title_visible(true);
|
||||
|
||||
set_flag(FLAG_MINIMIZE_DISABLED, true);
|
||||
set_flag(FLAG_MAXIMIZE_DISABLED, true);
|
||||
|
||||
bg_panel = memnew(Panel);
|
||||
add_child(bg_panel, false, INTERNAL_MODE_FRONT);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user