Revision: 15510 http://sourceforge.net/p/skim-app/code/15510 Author: hofman Date: 2025-06-20 16:22:44 +0000 (Fri, 20 Jun 2025) Log Message: ----------- make sure title is updated after presentation on 10.15-
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-06-20 16:20:32 UTC (rev 15509) +++ trunk/SKMainWindowController_FullScreen.m 2025-06-20 16:22:44 UTC (rev 15510) @@ -367,6 +367,9 @@ [self setWindow:normalWindow]; + if (@available(macOS 11.0, *)) {} else + [self synchronizeWindowTitleWithDocumentName]; + if (mwcFlags.thumbnailsNeedUpdateAfterPresentaton) { mwcFlags.thumbnailsNeedUpdateAfterPresentaton = 0; [self allThumbnailsNeedUpdate]; 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