Revision: 15212
          http://sourceforge.net/p/skim-app/code/15212
Author:   hofman
Date:     2025-05-15 09:22:28 +0000 (Thu, 15 May 2025)
Log Message:
-----------
do not update presentation view when removing temporary notes when closing

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-05-14 16:48:13 UTC (rev 15211)
+++ trunk/SKMainWindowController.m      2025-05-15 09:22:28 UTC (rev 15212)
@@ -2233,7 +2233,8 @@
         [presentationNotes removeObject:annotation];
         if (page) {
             [self updateThumbnailAtPageIndex:[page pageIndex]];
-            [presentationView updatedAnnotationOnPage:page];
+            if (mwcFlags.isSwitchingFullScreen == 0)
+                [presentationView updatedAnnotationOnPage:page];
         }
     } else {
         [[undoManager prepareWithInvocationTarget:[notification object]] 
addAnnotation:annotation toPage:page];

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

Reply via email to