Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_minimum_size
This commit is contained in:
commit
75ac048e4b
31 changed files with 91 additions and 91 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue