remove disabling comment accidentally committed in 5819b9c
This commit is contained in:
@@ -415,7 +415,7 @@ bool wxIsBusy()
|
||||
|
||||
void wxSetCursor( const wxCursor& cursor )
|
||||
{
|
||||
//if (cursor.IsOk() || g_globalCursor.IsOk())
|
||||
if (cursor.IsOk() || g_globalCursor.IsOk())
|
||||
{
|
||||
g_globalCursor = cursor;
|
||||
SetGlobalCursor(cursor);
|
||||
|
Reference in New Issue
Block a user