Merge pull request #117849 from WoodWood1299/nonresizable-confirmation-dialogue
Editor: Fix accept/confirmation dialogs being resizable
This commit is contained in:
@@ -62,6 +62,7 @@ EditorDebuggerTree::EditorDebuggerTree() {
|
||||
add_child(file_dialog);
|
||||
|
||||
accept = memnew(AcceptDialog);
|
||||
accept->set_flag(Window::FLAG_RESIZE_DISABLED, true);
|
||||
add_child(accept);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user