1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #19498 from guilhermefelipecgs/fix_regression

Fix "find and replace" initializing with wrong size
This commit is contained in:
Max Hilbrunner
2018-07-05 04:23:18 +02:00
committed by GitHub
5 changed files with 9 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ void FindReplaceBar::_notification(int p_what) {
set_process_unhandled_input(is_visible_in_tree());
if (is_visible_in_tree()) {
call_deferred("_update_size");
_update_size();
}
} else if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) {