Fix ScriptTextEditor encapsulation
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user