Revision: 15265 http://sourceforge.net/p/skim-app/code/15265 Author: hofman Date: 2025-05-23 15:30:57 +0000 (Fri, 23 May 2025) Log Message: ----------- no need to recalculate keyviewloop
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-05-23 15:27:21 UTC (rev 15264) +++ trunk/SKMainWindowController_FullScreen.m 2025-05-23 15:30:57 UTC (rev 15265) @@ -235,7 +235,6 @@ [mainWindow display]; if ([pdfView window] == mainWindow) [mainWindow makeFirstResponder:pdfView]; - [mainWindow recalculateKeyViewLoop]; [mainWindow setDelegate:self]; [mainWindow makeKeyWindow]; [NSApp updatePresentationOptionsForWindow:mainWindow]; 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