Revision: 16176
http://sourceforge.net/p/skim-app/code/16176
Author: hofman
Date: 2026-04-05 22:19:12 +0000 (Sun, 05 Apr 2026)
Log Message:
-----------
unhide presentationview when closing with overview
Modified Paths:
--------------
trunk/SKMainWindowController_FullScreen.m
Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m 2026-04-05 15:07:35 UTC (rev
16175)
+++ trunk/SKMainWindowController_FullScreen.m 2026-04-05 22:19:12 UTC (rev
16176)
@@ -423,8 +423,10 @@
[[[[presentationNotesAuxiliary previewController] window]
animator] setAlphaValue:0.0];
}
completionHandler:^{
- if ([overviewContentView window] == presentationWindow)
+ if ([overviewContentView window] == presentationWindow) {
[overviewContentView removeFromSuperview];
+ [presentationView setHidden: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