Revision: 16085
          http://sourceforge.net/p/skim-app/code/16085
Author:   hofman
Date:     2026-03-23 10:26:10 +0000 (Mon, 23 Mar 2026)
Log Message:
-----------
check sidewindow directly

Modified Paths:
--------------
    trunk/SKMainWindowController_FullScreen.m

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2026-03-23 10:23:17 UTC (rev 
16084)
+++ trunk/SKMainWindowController_FullScreen.m   2026-03-23 10:26:10 UTC (rev 
16085)
@@ -324,7 +324,7 @@
     
     mwcFlags.isSwitchingFullScreen = 1;
     
-    if ([self leftSidePaneIsOpen])
+    if ([sideWindow isVisible])
         [self hideSideWindow];
     
     if ([[presentationNotesAuxiliary notes] count]) {

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

Reply via email to