Revision: 15797
http://sourceforge.net/p/skim-app/code/15797
Author: hofman
Date: 2025-11-13 09:59:26 +0000 (Thu, 13 Nov 2025)
Log Message:
-----------
fix decoded class
Modified Paths:
--------------
trunk/SKNavigationWindow.m
Modified: trunk/SKNavigationWindow.m
===================================================================
--- trunk/SKNavigationWindow.m 2025-11-12 17:58:14 UTC (rev 15796)
+++ trunk/SKNavigationWindow.m 2025-11-13 09:59:26 UTC (rev 15797)
@@ -581,8 +581,8 @@
if (self) {
toolTip = [decoder decodeObjectOfClass:[NSString class]
forKey:@"toolTip"];
alternateToolTip = [decoder decodeObjectOfClass:[NSString class]
forKey:@"alternateToolTip"];
- path = [decoder decodeObjectOfClass:[NSString class] forKey:@"path"];
- alternatePath = [decoder decodeObjectOfClass:[NSString class]
forKey:@"alternatePath"];
+ path = [decoder decodeObjectOfClass:[NSBezierPath class]
forKey:@"path"];
+ alternatePath = [decoder decodeObjectOfClass:[NSBezierPath class]
forKey:@"alternatePath"];
}
return self;
}
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