mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-24 18:17:21 +01:00
Hide the search bar by default.
This commit is contained in:
parent
b70482d246
commit
00d6e0a628
@ -236,6 +236,7 @@ TextEditorVanillaEditor::TextEditorVanillaEditor() {
|
||||
_find_replace_bar = memnew(FindReplaceBar);
|
||||
_find_replace_bar->set_text_edit(text_editor);
|
||||
add_child(_find_replace_bar);
|
||||
_find_replace_bar->hide();
|
||||
|
||||
HBoxContainer *file_info = memnew(HBoxContainer);
|
||||
add_child(file_info);
|
||||
|
Loading…
Reference in New Issue
Block a user