Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_minimum_size

This commit is contained in:
Rémi Verschelde 2021-12-06 18:28:46 +01:00 committed by GitHub
commit 75ac048e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 91 additions and 91 deletions

View file

@ -832,7 +832,7 @@ public:
update();
} else if (expand_hovered) {
expanded = !expanded;
minimum_size_changed();
update_minimum_size();
update();
}
}
@ -935,7 +935,7 @@ public:
}
if ((expansion_rows != prev_expansion_rows) && expanded) {
minimum_size_changed();
update_minimum_size();
}
if ((expansion_rows == 0) && (layer_index == layer_count)) {