Revision: 15333 http://sourceforge.net/p/skim-app/code/15333 Author: hofman Date: 2025-05-30 14:33:43 +0000 (Fri, 30 May 2025) Log Message: ----------- close image tooltip when entering presentation
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-05-30 14:25:00 UTC (rev 15332) +++ trunk/SKMainWindowController_FullScreen.m 2025-05-30 14:33:43 UTC (rev 15333) @@ -67,6 +67,7 @@ #import "SKAnimatedBorderlessWindow.h" #import "SKPresentationView.h" #import "NSWindow_SKExtensions.h" +#import "SKImageToolTipWindow.h" #define MAINWINDOWFRAME_KEY @"windowFrame" #define HASHORIZONTALSCROLLER_KEY @"hasHorizontalScroller" @@ -226,6 +227,8 @@ mwcFlags.isSwitchingFullScreen = 1; + [[SKImageToolTipWindow sharedToolTipWindow] orderOut:nil]; + // remember normal setup to return to, we must do this before changing the interactionMode [savedNormalSetup setDictionary:[self currentPDFSettings]]; 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