remove some debugging code inadvertently checked in as part of r75690
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9f09241cd0
commit
04ad5f5aea
@ -396,7 +396,6 @@ void wxSetCursor( const wxCursor& cursor )
|
||||
// clear all cursors, saving non-default ones for later
|
||||
clearCursors(window);
|
||||
// set global cursor
|
||||
wxASSERT(gdk_window_get_cursor(window) == NULL);
|
||||
gdk_window_set_cursor(window, cursor.GetCursor());
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user