mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge pull request #19498 from guilhermefelipecgs/fix_regression
Fix "find and replace" initializing with wrong size
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user