Revision: 15916
http://sourceforge.net/p/skim-app/code/15916
Author: hofman
Date: 2025-12-23 17:03:59 +0000 (Tue, 23 Dec 2025)
Log Message:
-----------
use correct window to convert rect to screen
Modified Paths:
--------------
trunk/SKMainWindowController_FullScreen.m
Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m 2025-12-23 17:00:32 UTC (rev
15915)
+++ trunk/SKMainWindowController_FullScreen.m 2025-12-23 17:03:59 UTC (rev
15916)
@@ -523,7 +523,7 @@
if ((view = [item view]))
break;
}
- return view ? NSMaxY([window convertRectToScreen:[view convertRect:[view
bounds] toView:nil]]) - NSMaxY([[view window] frame]) : 0.0;
+ return view ? NSMaxY([[view window] convertRectToScreen:[view
convertRect:[view bounds] toView:nil]]) - NSMaxY([[view window] frame]) : 0.0;
}
static inline CGFloat fullScreenOffset(NSWindow *window) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit