Revision: 15577 http://sourceforge.net/p/skim-app/code/15577 Author: hofman Date: 2025-07-01 09:02:36 +0000 (Tue, 01 Jul 2025) Log Message: ----------- don't bother committing when joining notes, as the active note is not a text note
Modified Paths: -------------- trunk/SKPDFView.m Modified: trunk/SKPDFView.m =================================================================== --- trunk/SKPDFView.m 2025-06-30 08:54:37 UTC (rev 15576) +++ trunk/SKPDFView.m 2025-07-01 09:02:36 UTC (rev 15577) @@ -4222,7 +4222,7 @@ if (newAnnotation) { [newAnnotation setColor:[currentAnnotation color]]; [newAnnotation registerUserName]; - [self beginNewUndoGroupIfNeededWithCommit:YES]; + [self beginNewUndoGroupIfNeededWithCommit:NO]; [[self document] removeAnnotation:newCurrentAnnotation]; [[self document] removeAnnotation:currentAnnotation]; [[self document] addAnnotation:newAnnotation 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