mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +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
|
|
@ -1946,6 +1946,8 @@ AnimationNodeStateMachineEditor::AnimationNodeStateMachineEditor() {
|
|||
|
||||
delete_window = memnew(ConfirmationDialog);
|
||||
delete_window->set_flag(Window::FLAG_RESIZE_DISABLED, true);
|
||||
delete_window->set_flag(Window::FLAG_MINIMIZE_DISABLED, true);
|
||||
delete_window->set_flag(Window::FLAG_MAXIMIZE_DISABLED, true);
|
||||
add_child(delete_window);
|
||||
|
||||
delete_tree = memnew(Tree);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue