Rename minimum_size_changed() method
This commit is contained in:
parent
608c9f8203
commit
ea7cc1dea9
31 changed files with 91 additions and 91 deletions
|
|
@ -47,7 +47,7 @@ void ThemeEditorPreview::add_preview_overlay(Control *p_overlay) {
|
|||
|
||||
void ThemeEditorPreview::_propagate_redraw(Control *p_at) {
|
||||
p_at->notification(NOTIFICATION_THEME_CHANGED);
|
||||
p_at->minimum_size_changed();
|
||||
p_at->update_minimum_size();
|
||||
p_at->update();
|
||||
for (int i = 0; i < p_at->get_child_count(); i++) {
|
||||
Control *a = Object::cast_to<Control>(p_at->get_child(i));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue