1
0
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:
jonyrock
2014-04-30 20:21:58 +04:00
parent 2c683b0f99
commit bb853d121e
4 changed files with 21 additions and 19 deletions

View File

@@ -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: