wxWidgets/tests/sizers
Vadim Zeitlin 957183ef47 Associate the window with the sizer in wxSizer::Replace()
If wxSizerItem passed to Replace() contains a window, the window must be
associated with the sizer to ensure that it is uncoupled from it when it
is destroyed.

Add a simple test which resulted in a use-after-free before but passes
now.
2020-07-05 23:19:36 +02:00
..
boxsizer.cpp Associate the window with the sizer in wxSizer::Replace() 2020-07-05 23:19:36 +02: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