mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Fix ScriptTextEditor encapsulation
This commit is contained in:
parent
9cda7f7333
commit
c89df816c1
5 changed files with 15 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue