]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/radiobox.cpp
Added GSocket/wxSocket alias to socket.h to prevent us from using GSocket
[wxWidgets.git] / src / motif / radiobox.cpp
index 83cb28543e398bac42516c62c66199cd1d09e670..6845b047db74b09c47360303a0dac61ccdef2906 100644 (file)
@@ -124,7 +124,7 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
 
     Arg args[3];
 
-    majorDim = (n + m_majorDim - 1) / majorDim;
+    m_majorDim = (n + m_majorDim - 1) / m_majorDim;
 
     XtSetArg (args[0], XmNorientation, ((style & wxHORIZONTAL) == wxHORIZONTAL ?
                                           XmHORIZONTAL : XmVERTICAL));