Fix build after merge of #36077

This commit is contained in:
Rémi Verschelde 2020-02-27 20:51:43 +01:00
parent 5c4878191a
commit eced623c57

View file

@ -596,7 +596,7 @@ FindInFilesPanel::FindInFilesPanel() {
_refresh_button = memnew(Button);
_refresh_button->set_text(TTR("Refresh"));
_refresh_button->connect("pressed", this, "_on_refresh_button_clicked");
_refresh_button->connect_compat("pressed", this, "_on_refresh_button_clicked");
_refresh_button->hide();
hbc->add_child(_refresh_button);