mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add ability to clamp embedded subwindows to parent, fixes #37792
This commit is contained in:
@@ -298,6 +298,7 @@ AcceptDialog::AcceptDialog() {
|
||||
set_visible(false);
|
||||
set_transient(true);
|
||||
set_exclusive(true);
|
||||
set_clamp_to_embedder(true);
|
||||
|
||||
bg = memnew(Panel);
|
||||
add_child(bg);
|
||||
|
||||
Reference in New Issue
Block a user