1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix "find and replace" initializing with wrong size

Fix the code editor outside the allowed limits.
This commit is contained in:
Guilherme Felipe
2018-06-10 19:10:32 -03:00
parent acd9646ede
commit 5bae3693bf
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) {