Setting wxFLEX_GROWMODE_ALL for the non-flexible direction broke handling of proportions in the flexible direction which were unexpectedly not taken into account at all any more due to not passing them to DoAdjustForGrowables(). Fix this by still respecting the proportions in this case and add a test case to ensure this doesn't get broken again. Closes #23251. See #23253. |
||
|---|---|---|
| .. | ||
| boxsizer.cpp | ||
| gridsizer.cpp | ||
| wrapsizer.cpp | ||