projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxYield() calls OnInternalIdle() of all top level windows
[wxWidgets.git]
/
src
/
generic
/
sashwin.cpp
diff --git
a/src/generic/sashwin.cpp
b/src/generic/sashwin.cpp
index 46a3e5f7ebdf9ceea06c8c761eff74af9da6ef8a..32a708730e400980764de716efeeea10e41448d5 100644
(file)
--- a/
src/generic/sashwin.cpp
+++ b/
src/generic/sashwin.cpp
@@
-111,7
+111,12
@@
void wxSashWindow::OnMouseEvent(wxMouseEvent& event)
wxSashEdgePosition sashHit = SashHitTest(x, y);
// reset the cursor
+#ifdef __WXMOTIF__
+ SetCursor(* wxSTANDARD_CURSOR);
+#endif
+#ifdef __WXMSW__
SetCursor(wxCursor());
+#endif
if (event.LeftDown())
{