aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/code_editor.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-09-11 10:01:52 -0300
committerJuan Linietsky2016-09-11 10:05:46 -0300
commit1bf684cea274db7c58b3f62a77ad4de3980c14dc (patch)
treeb39c833d3e744b7070d188f5f3335cacf19d7fec /tools/editor/code_editor.h
parente6ef92d21753e2b06e5f490d59d12d512490093b (diff)
downloadgodot-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.h5
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);