Revision: 15655
http://sourceforge.net/p/skim-app/code/15655
Author: hofman
Date: 2025-07-14 21:36:16 +0000 (Mon, 14 Jul 2025)
Log Message:
-----------
make sure textview undo manager is cleared after discarding the edits
Modified Paths:
--------------
trunk/SKNoteWindowController.m
Modified: trunk/SKNoteWindowController.m
===================================================================
--- trunk/SKNoteWindowController.m 2025-07-13 08:48:38 UTC (rev 15654)
+++ trunk/SKNoteWindowController.m 2025-07-14 21:36:16 UTC (rev 15655)
@@ -381,6 +381,7 @@
- (void)discardEditing {
[noteController discardEditing];
+ [textViewUndoManager removeAllActions];
}
- (BOOL)commitEditing {
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