(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

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