From 932174fedfaaab8804d0ea5c522cefe5626a77dc Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 17 Nov 2023 08:54:07 +0200 Subject: [Editor] Add option to override editor UI layout direction. --- scene/main/window.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scene/main/window.h') diff --git a/scene/main/window.h b/scene/main/window.h index 8a54b6c7d3..1292f94f91 100644 --- a/scene/main/window.h +++ b/scene/main/window.h @@ -234,6 +234,8 @@ private: Ref debugger_stop_shortcut; + static int root_layout_direction; + protected: virtual Rect2i _popup_adjust_rect() const { return Rect2i(); } virtual void _post_popup() {} @@ -260,6 +262,8 @@ public: NOTIFICATION_THEME_CHANGED = 32 }; + static void set_root_layout_direction(int p_root_dir); + void set_title(const String &p_title); String get_title() const; -- cgit v1.2.3