diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-01-11 10:13:21 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-01-11 10:13:21 +0200 |
commit | 19293d1813ed49bc1e7c193a8a6e723a95024533 (patch) | |
tree | c252d15aa5a4f886b381c6b7d76f66e00a36b73a /scene | |
parent | 3e2843e3ad7b43940133ca0f67adf08f9da31a9b (diff) |
Automatically reparent editor progress dialog to avoid error spam.
Diffstat (limited to 'scene')
-rw-r--r-- | scene/main/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/window.h b/scene/main/window.h index 97f8450628..b4887437a1 100644 --- a/scene/main/window.h +++ b/scene/main/window.h @@ -285,6 +285,7 @@ public: bool is_wrapping_controls() const; void child_controls_changed(); + Window *get_exclusive_child() const { return exclusive_child; }; Window *get_parent_visible_window() const; Viewport *get_parent_viewport() const; void popup(const Rect2i &p_rect = Rect2i()); |