changeset 13200:6ebc4e2c698e draft

(svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden.
author michi_cc <michi_cc@openttd.org>
date Sun, 04 Oct 2009 21:08:34 +0000
parents 0c795d0f1cf0
children 4ebcd304709f
files src/video/cocoa/cocoa_v.mm
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/cocoa/cocoa_v.mm
+++ b/src/video/cocoa/cocoa_v.mm
@@ -404,6 +404,7 @@
 		return;
 	}
 
+	QZ_ShowMouse();
 	NSRunAlertPanel([NSString stringWithCString: title], [NSString stringWithCString: message], [NSString stringWithCString: buttonLabel], nil, nil);
 
 	if (!wasstarted && _video_driver != NULL) _video_driver->Stop();