diff options
author | reduz <reduzio@gmail.com> | 2014-05-02 15:54:01 -0300 |
---|---|---|
committer | reduz <reduzio@gmail.com> | 2014-05-02 15:54:01 -0300 |
commit | 3c17e0c91548299b60a6d3998eadb303418512cc (patch) | |
tree | ecb0bf454825649076db1b99d614f353cff0e4a0 /tools/editor/code_editor.h | |
parent | f1d3b30a45f31c217929ec86b010736feed1714c (diff) | |
parent | 53b2879e1703062f1f87b6cfc3ba140aa019fde4 (diff) |
Merge pull request #331 from jonyrock/pair_symbols_tool
pair symbols tool basic imp
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 5a588d2ccb..0ca0e1e234 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: |