wxVERTICAL. Without one of these the slider doesn't display under
Motif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3741
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxSize& size, long style,
const wxValidator& validator,
const wxString& name)
const wxSize& size, long style,
const wxValidator& validator,
const wxString& name)
+{
+ if ( !((style & wxSL_HORIZONTAL) || (style & wxSL_VERTICAL)) )
+ style |= wxSL_HORIZONTAL;
+
SetName(name);
SetValidator(validator);
m_backgroundColour = parent->GetBackgroundColour();
SetName(name);
SetValidator(validator);
m_backgroundColour = parent->GetBackgroundColour();