]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/sashwin.cpp
Minor DC correction.
[wxWidgets.git] / src / generic / sashwin.cpp
index b0b0c19a6d1bd23f81567f13fbccfd478709b21f..32a708730e400980764de716efeeea10e41448d5 100644 (file)
@@ -113,7 +113,8 @@ void wxSashWindow::OnMouseEvent(wxMouseEvent& event)
     // reset the cursor
 #ifdef __WXMOTIF__
     SetCursor(* wxSTANDARD_CURSOR);
-#else
+#endif
+#ifdef __WXMSW__
     SetCursor(wxCursor());
 #endif