1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix ScriptTextEditor encapsulation

This commit is contained in:
Yuri Roubinsky
2019-12-18 22:32:25 +03:00
parent 9cda7f7333
commit c89df816c1
5 changed files with 15 additions and 13 deletions

View File

@@ -419,7 +419,7 @@ protected:
public:
static ScriptEditor *get_singleton() { return script_editor; }
bool toggle_scripts_panel(CodeTextEditor *p_editor);
bool toggle_scripts_panel();
bool is_scripts_panel_toggled();
void ensure_focus_current();
void apply_scripts() const;