diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2019-12-17 16:51:49 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2019-12-17 17:23:29 +0300 |
commit | 03928c5b3611505aad21644244042912d3e99be4 (patch) | |
tree | 5d4e56c212be5c53f42287fdeb5fa90fe171b0a1 /editor/plugins/script_editor_plugin.h | |
parent | accf68b2cc0a459dd37a44a80d387cc7e59b4062 (diff) | |
download | redot-engine-03928c5b3611505aad21644244042912d3e99be4.tar.gz |
Fix toggle scripts panel to allow using shortcut in other areas
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r-- | editor/plugins/script_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index e2fd67676b..e40d596be7 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -419,7 +419,7 @@ protected: public: static ScriptEditor *get_singleton() { return script_editor; } - bool toggle_scripts_panel(); + bool toggle_scripts_panel(CodeTextEditor *p_editor); bool is_scripts_panel_toggled(); void ensure_focus_current(); void apply_scripts() const; |