Cured some Motif bugs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -111,7 +111,11 @@ void wxSashWindow::OnMouseEvent(wxMouseEvent& event)
|
||||
wxSashEdgePosition sashHit = SashHitTest(x, y);
|
||||
|
||||
// reset the cursor
|
||||
#ifdef __WXMOTIF__
|
||||
SetCursor(* wxSTANDARD_CURSOR);
|
||||
#else
|
||||
SetCursor(wxCursor());
|
||||
#endif
|
||||
|
||||
if (event.LeftDown())
|
||||
{
|
||||
|
Reference in New Issue
Block a user