]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
Rework the wxCusor ctor taking wx stock number to provide as many cursors as
[wxWidgets.git] / src / common / wincmn.cpp
index 13ccfb0e473255e084b9ab8a4b51c4e80a8d8a3c..a48533d9689d1448a0e2811879f689ea18e4902a 100644 (file)
@@ -2348,9 +2348,9 @@ void wxWindowBase::OnMiddleClick( wxMouseEvent& event )
         wxMessageBox(msg, _T("wxWidgets information"),
                      wxICON_INFORMATION | wxOK,
                      (wxWindow *)this);
+#endif // wxUSE_MSGDLG
     }
     else
-#endif // wxUSE_MSGDLG
     {
         event.Skip();
     }