summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorjsjtxietian <jsjtxietian@outlook.com>2023-08-15 12:40:32 +0800
committerjsjtxietian <jsjtxietian@outlook.com>2023-08-15 12:41:20 +0800
commitfec0396cacc29907fdd6d8a1eb05dec1a177123d (patch)
tree07a4a254c3ae2b582ec4b311410f8865e0b78612 /editor/plugins/script_editor_plugin.h
parentc495eb5102278a110c14bbffbf833ed436d1594d (diff)
downloadredot-engine-fec0396cacc29907fdd6d8a1eb05dec1a177123d.tar.gz
fix CollisionShape3D Shape Size handle will missing
when Script editor floating
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r--editor/plugins/script_editor_plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h
index 198aaa6c4e..a33c877d2d 100644
--- a/editor/plugins/script_editor_plugin.h
+++ b/editor/plugins/script_editor_plugin.h
@@ -274,6 +274,7 @@ class ScriptEditor : public PanelContainer {
Button *help_search = nullptr;
Button *site_search = nullptr;
Button *make_floating = nullptr;
+ bool is_floating = false;
EditorHelpSearch *help_search_dialog = nullptr;
ItemList *script_list = nullptr;
@@ -507,6 +508,8 @@ public:
void ensure_select_current();
+ bool is_editor_floating();
+
_FORCE_INLINE_ bool edit(const Ref<Resource> &p_resource, bool p_grab_focus = true) { return edit(p_resource, -1, 0, p_grab_focus); }
bool edit(const Ref<Resource> &p_resource, int p_line, int p_col, bool p_grab_focus = true);