From 19293d1813ed49bc1e7c193a8a6e723a95024533 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:13:21 +0200 Subject: Automatically reparent editor progress dialog to avoid error spam. --- scene/main/window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene') 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()); -- cgit v1.2.3