SetCursor() works now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -537,7 +537,6 @@ void wxEndBusyCursor()
|
||||
wxCHECK_RET( gs_wxBusyCursorCount > 0,
|
||||
"no matching wxBeginBusyCursor() for wxEndBusyCursor()" );
|
||||
|
||||
gs_wxBusyCursorCount--;
|
||||
if ( --gs_wxBusyCursorCount == 0 )
|
||||
{
|
||||
::SetCursor(gs_wxBusyCursorOld);
|
||||
|
Reference in New Issue
Block a user