Revision: 15406
http://sourceforge.net/p/skim-app/code/15406
Author: hofman
Date: 2025-06-08 08:46:45 +0000 (Sun, 08 Jun 2025)
Log Message:
-----------
no need for setter
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2025-06-08 08:45:07 UTC (rev 15405)
+++ trunk/SKMainWindowController.m 2025-06-08 08:46:45 UTC (rev 15406)
@@ -919,17 +919,6 @@
placeholderWidgetProperties = nil;
}
-- (void)setWidgetValues:(NSMapTable *)newWidgetValues {
- if (widgetValues) {
- [[[self document] undoManager] registerUndoWithTarget:self
selector:@selector(setWidgetValues:) object:[widgetValues copy]];
- for (PDFAnnotation *widget in newWidgetValues) {
- [widgetValues setObject:[newWidgetValues objectForKey:widget]
forKey:widget];
- }
- } else {
- widgetValues = newWidgetValues;
- }
-}
-
- (void)changeWidgetsFromDictionaries:(NSArray *)widgetDicts {
for (NSDictionary *dict in widgetDicts) {
NSRect bounds = NSIntegralRect(NSRectFromString([dict
objectForKey:SKNPDFAnnotationBoundsKey]));
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