forked from AuroraMiddleware/gtk
Fix copy-paste error.
This commit is contained in:
parent
3986326bbf
commit
e105fefc49
@ -405,7 +405,7 @@
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 101400
|
||||
if (gdk_quartz_osx_version () >= GDK_OSX_MOJAVE)
|
||||
{
|
||||
return [super convertPointToScreen: point];
|
||||
return [super convertPointFromScreen: point];
|
||||
}
|
||||
#endif
|
||||
if (gdk_quartz_osx_version () >= GDK_OSX_LION)
|
||||
|
Loading…
Reference in New Issue
Block a user