wxWidgets/tests/sizers
Vadim Zeitlin 4b57475e58 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.

See #23251, #23253.

(cherry picked from commit 6bfabd7afe16ed734565635228d540cb47b16970)
2023-02-14 00:47:40 +01:00
..
boxsizer.cpp Fix double negatives used with 'neither' in docs and comments 2022-08-19 16:30:25 +02:00
gridsizer.cpp Fix wxFLEX_GROWMODE_ALL in wxFlexGridSizer with proportions 2023-02-14 00:47:40 +01:00
wrapsizer.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00