You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add separate minimize_disabled and maximize_disabled window flags.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user