diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2019-12-17 20:55:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 20:55:48 +0300 |
commit | 5a1b7a6a90c35642edb3818e82411f00598d9acb (patch) | |
tree | 897d760f27faf7db2824490c20dc290e1245d45e /editor/plugins/script_editor_plugin.h | |
parent | 0dd6079e4e4bc773c01bb85858d0a56b5b756d8f (diff) | |
parent | 03928c5b3611505aad21644244042912d3e99be4 (diff) |
Merge pull request #34402 from Chaosus/fix_toggle_scripts_panel2
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; |