diff options
| author | Juan Linietsky | 2016-09-11 10:01:52 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-09-11 10:05:46 -0300 |
| commit | 1bf684cea274db7c58b3f62a77ad4de3980c14dc (patch) | |
| tree | b39c833d3e744b7070d188f5f3335cacf19d7fec /tools/editor/code_editor.h | |
| parent | e6ef92d21753e2b06e5f490d59d12d512490093b (diff) | |
| download | godot-1bf684cea274db7c58b3f62a77ad4de3980c14dc.tar.gz godot-1bf684cea274db7c58b3f62a77ad4de3980c14dc.tar.zst godot-1bf684cea274db7c58b3f62a77ad4de3980c14dc.zip | |
Diffstat (limited to 'tools/editor/code_editor.h')
| -rw-r--r-- | tools/editor/code_editor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/editor/code_editor.h b/tools/editor/code_editor.h index 2affa3148..6f59dda1e 100644 --- a/tools/editor/code_editor.h +++ b/tools/editor/code_editor.h @@ -73,8 +73,8 @@ class FindReplaceBar : public HBoxContainer { TextureButton *hide_button; LineEdit *replace_text; - ToolButton *replace; - ToolButton *replace_all; + Button *replace; + Button *replace_all; CheckBox *selection_only; VBoxContainer *text_vbc; @@ -98,6 +98,7 @@ class FindReplaceBar : public HBoxContainer { void _search_options_changed(bool p_pressed); void _search_text_changed(const String& p_text); void _search_text_entered(const String& p_text); + void _replace_text_entered(const String& p_text); protected: void _notification(int p_what); |
