# HG changeset patch # User michi_cc # Date 2009-10-04 21:08:34 # Node ID bc8340c26ea97e9c1d173add1917646b0ca71fc6 # Parent ab2ccc5258502d99a6616ba9e000676723bd4f2d (svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden. diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -404,6 +404,7 @@ void CocoaDialog(const char *title, cons return; } + QZ_ShowMouse(); NSRunAlertPanel([NSString stringWithCString: title], [NSString stringWithCString: message], [NSString stringWithCString: buttonLabel], nil, nil); if (!wasstarted && _video_driver != NULL) _video_driver->Stop();