Files
wxWidgets/src
Vadim Zeitlin ed57a9ab7b Fix wxSlider::SetSize(-1, -1, -1, -1) under Mac
Instead of doing basically nothing, this call completely mislaid out the
control as -1 were used used literally instead of meaning "use the
current geometry", as they're supposed to. Fix this by handling
arguments with the value of -1 specially.

Such call was done by wxCompositeWindow::SetLayoutDirection() used by
the widgets sample and explained why the slider couldn't be seen when
switching to its page in this sample.

Closes #18442.
2019-10-22 19:28:02 +02:00
..
2019-10-21 21:12:01 +02:00
2018-11-17 19:06:32 +01:00
2019-10-21 21:12:01 +02:00
2019-09-27 12:57:01 +02:00