Revision: 16177
http://sourceforge.net/p/skim-app/code/16177
Author: hofman
Date: 2026-04-05 22:24:03 +0000 (Sun, 05 Apr 2026)
Log Message:
-----------
use hideOverviewAnimating: to hide overrview in exitPresentation
Modified Paths:
--------------
trunk/SKMainWindowController_FullScreen.m
Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m 2026-04-05 22:19:12 UTC (rev
16176)
+++ trunk/SKMainWindowController_FullScreen.m 2026-04-05 22:24:03 UTC (rev
16177)
@@ -423,10 +423,8 @@
[[[[presentationNotesAuxiliary previewController] window]
animator] setAlphaValue:0.0];
}
completionHandler:^{
- if ([overviewContentView window] == presentationWindow) {
- [overviewContentView removeFromSuperview];
- [presentationView setHidden:NO];
- }
+ if ([self hasOverview])
+ [self hideOverviewAnimating:NO];
[presentationWindow orderOut:nil];
[presentationView setPage:nil];
[presentationView setAutoScales:NO];
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