(svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden.
This commit is contained in:
		@@ -404,6 +404,7 @@ void CocoaDialog(const char *title, const char *message, const char *buttonLabel
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	QZ_ShowMouse();
 | 
			
		||||
	NSRunAlertPanel([NSString stringWithCString: title], [NSString stringWithCString: message], [NSString stringWithCString: buttonLabel], nil, nil);
 | 
			
		||||
 | 
			
		||||
	if (!wasstarted && _video_driver != NULL) _video_driver->Stop();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user