Merge pull request #117849 from WoodWood1299/nonresizable-confirmation-dialogue

Editor: Fix accept/confirmation dialogs being resizable
This commit is contained in:
Thaddeus Crews
2026-06-18 15:14:02 -05:00
37 changed files with 55 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ EditorDebuggerTree::EditorDebuggerTree() {
add_child(file_dialog);
accept = memnew(AcceptDialog);
accept->set_flag(Window::FLAG_RESIZE_DISABLED, true);
add_child(accept);
}