wxwidgets/tests/sizers
Vadim Zeitlin 6bfabd7afe Fix wxFLEX_GROWMODE_ALL in wxFlexGridSizer with proportions
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.
2023-02-14 00:43:57 +01:00
..
boxsizer.cpp Fix double negatives used with 'neither' in docs and comments 2022-08-19 16:22:21 +02:00
gridsizer.cpp Fix wxFLEX_GROWMODE_ALL in wxFlexGridSizer with proportions 2023-02-14 00:43:57 +01:00
wrapsizer.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00