Revision: 15249 http://sourceforge.net/p/skim-app/code/15249 Author: hofman Date: 2025-05-21 14:31:51 +0000 (Wed, 21 May 2025) Log Message: ----------- get correct point for link
Modified Paths: -------------- trunk/SKPresentationView.m Modified: trunk/SKPresentationView.m =================================================================== --- trunk/SKPresentationView.m 2025-05-21 14:15:21 UTC (rev 15248) +++ trunk/SKPresentationView.m 2025-05-21 14:31:51 UTC (rev 15249) @@ -1133,7 +1133,7 @@ [[NSCursor arrowCursor] set]; else if (pvFlags.cursorHidden) [[NSCursor emptyCursor] set]; - else if ([[self linkAnotationAtPoint:point] destination]) + else if ([[self linkAnotationAtPoint:[self convertPointFromScreen:point]] destination]) [[NSCursor pointingHandCursor] set]; else if (pvFlags.useArrowCursor) [[NSCursor arrowCursor] set]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit