Revision: 15607
          http://sourceforge.net/p/skim-app/code/15607
Author:   hofman
Date:     2025-07-04 17:06:13 +0000 (Fri, 04 Jul 2025)
Log Message:
-----------
make sure wantsNewUndoGroup ivar is reset after adding new undo group, the 
notification is not always send for some reason

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-07-04 16:41:53 UTC (rev 15606)
+++ trunk/SKPDFView.m   2025-07-04 17:06:13 UTC (rev 15607)
@@ -2838,6 +2838,7 @@
             [undoManger endUndoGrouping];
             [undoManger beginUndoGrouping];
         }
+        wantsNewUndoGroup = NO;
     }
 }
 

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