wxWidgets/tests/sizers
Vadim Zeitlin 999d78a3bc Allow using alignment with wxEXPAND and wxSHAPED in wxBoxSizer
Don't assert in wxBoxSizer when both alignment flags and wxEXPAND are
used together if wxSHAPED is also used, as such flag combinations may
make sense and so shouldn't be forbidden.

Add a unit test checking that this is allowed.
2019-03-23 17:18:48 +01:00
..
boxsizer.cpp Allow using alignment with wxEXPAND and wxSHAPED in wxBoxSizer 2019-03-23 17:18:48 +01:00
gridsizer.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
wrapsizer.cpp Add unit test for wxWrapSizer::CalcMinFromMinor 2019-03-15 04:16:41 +07:00