From a831143f4541926ac0eaec8289e442cba60cc75f Mon Sep 17 00:00:00 2001 From: michi_cc Date: Sun, 4 Oct 2009 21:08:34 +0000 Subject: (svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden. --- src/video/cocoa/cocoa_v.mm | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm index 44551cc89..a6c9b34c6 100644 --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -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(); -- cgit v1.2.3-54-g00ecf