diff options
| author | jonyrock | 2014-04-30 20:21:58 +0400 |
|---|---|---|
| committer | jonyrock | 2014-04-30 20:21:58 +0400 |
| commit | bb853d121ef7dfeda510d9325ebd94a06a0e5ae2 (patch) | |
| tree | 66cccc416f0c10bc3be9d2fe1541b39239ca0c83 /tools/editor/code_editor.h | |
| parent | 2c683b0f993127a0bf2150359403479caa258da0 (diff) | |
| download | godot-bb853d121ef7dfeda510d9325ebd94a06a0e5ae2.tar.gz godot-bb853d121ef7dfeda510d9325ebd94a06a0e5ae2.tar.zst godot-bb853d121ef7dfeda510d9325ebd94a06a0e5ae2.zip | |
Diffstat (limited to 'tools/editor/code_editor.h')
| -rw-r--r-- | tools/editor/code_editor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/code_editor.h b/tools/editor/code_editor.h index 5a588d2cc..0ca0e1e23 100644 --- a/tools/editor/code_editor.h +++ b/tools/editor/code_editor.h @@ -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: |
