EDITOR_DEF in the right place
This commit is contained in:
parent
2c683b0f99
commit
bb853d121e
4 changed files with 21 additions and 19 deletions
|
|
@ -55,7 +55,7 @@ public:
|
|||
|
||||
|
||||
void set_text_editor(TextEdit *p_text_editor);
|
||||
GotoLineDialog();
|
||||
GotoLineDialog();
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ class CodeTextEditor : public Control {
|
|||
|
||||
Label *error;
|
||||
|
||||
void _update_font();
|
||||
void _on_settings_change();
|
||||
|
||||
void _complete_request(const String& p_request,int p_line);
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue