]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splitter.cpp
support for Mac Help Button added (wxID_HELP) is automatically translated
[wxWidgets.git] / src / generic / splitter.cpp
index 22c09bc9ff710f2ad6e8466aebceca9d93d52a62..bbdaad1e6a50fe7ae3c43092f3be49db35cd315d 100644 (file)
@@ -200,8 +200,11 @@ void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event)
     // following the mouse movement while it drags the sash, without it we only
     // draw the sash at the new position but only resize the windows when the
     // dragging is finished
     // following the mouse movement while it drags the sash, without it we only
     // draw the sash at the new position but only resize the windows when the
     // dragging is finished
+#if defined( __WXMAC__ ) && TARGET_API_MAC_OSX == 1
+    bool isLive = true ;
+#else
     bool isLive = (GetWindowStyleFlag() & wxSP_LIVE_UPDATE) != 0;
     bool isLive = (GetWindowStyleFlag() & wxSP_LIVE_UPDATE) != 0;
-
+#endif
     if (event.LeftDown())
     {
         if ( SashHitTest(x, y) )
     if (event.LeftDown())
     {
         if ( SashHitTest(x, y) )