You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
EDITOR_DEF in the right place
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user