diff options
| author | volzhs | 2018-05-16 16:31:40 +0900 |
|---|---|---|
| committer | volzhs | 2018-05-16 16:31:40 +0900 |
| commit | 592ff9bb9d1bbfa11a7635b988b331a7bbadc693 (patch) | |
| tree | 4f185e2e15bfc04c519f3a8d427b9397425e14d7 /editor/code_editor.h | |
| parent | 17e84568a45df3b81c3a40dc8eab8dbc1f95329a (diff) | |
| download | godot-592ff9bb9d1bbfa11a7635b988b331a7bbadc693.tar.gz godot-592ff9bb9d1bbfa11a7635b988b331a7bbadc693.tar.zst godot-592ff9bb9d1bbfa11a7635b988b331a7bbadc693.zip | |
Diffstat (limited to 'editor/code_editor.h')
| -rw-r--r-- | editor/code_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h index a860ad24e..2a3bb1ba7 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -63,7 +63,7 @@ class FindReplaceBar : public HBoxContainer { GDCLASS(FindReplaceBar, HBoxContainer); - Control *container; + MarginContainer *container; LineEdit *search_text; ToolButton *find_prev; ToolButton *find_next; |
