(svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under certain circumstances (based on patch by matheweis)

This commit is contained in:
planetmaker
2010-12-21 16:05:25 +00:00
parent 30eef98ec0
commit adc1760b0d
6 changed files with 115 additions and 69 deletions

View File

@@ -351,8 +351,6 @@ WindowQuartzSubdriver::WindowQuartzSubdriver(int bpp)
WindowQuartzSubdriver::~WindowQuartzSubdriver()
{
QZ_ShowMouse();
/* Release window mode resources */
if (this->window != nil) [ this->window close ];