Skip to content

aggregateLayout: Fix natural width computation

Ouch, this went unnoticed for a long time: As the minimum size of menu items is generally small (because its label can be ellipsized), we are requesting the unellipsized width of the last "size child" instead of the widest one.

Related: #996 (closed)

Merge request reports