Revision: 14084
          http://sourceforge.net/p/skim-app/code/14084
Author:   hofman
Date:     2024-03-01 15:13:52 +0000 (Fri, 01 Mar 2024)
Log Message:
-----------
property is dynamic

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

Modified: trunk/SKLineWell.m
===================================================================
--- trunk/SKLineWell.m  2024-03-01 10:23:17 UTC (rev 14083)
+++ trunk/SKLineWell.m  2024-03-01 15:13:52 UTC (rev 14084)
@@ -60,8 +60,8 @@
 
 @implementation SKLineWell
 
-@synthesize lineWidth, style, usePixelUnit, dashPattern, startLineStyle, 
endLineStyle;
-@dynamic active, canActivate, displayStyle;
+@synthesize lineWidth, style, dashPattern, startLineStyle, endLineStyle;
+@dynamic active, canActivate, usePixelUnit, displayStyle;
 
 - (Class)valueClassForBinding:(NSString *)binding {
     if ([binding isEqualToString:SKLineWellDashPatternKey])

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

Reply via email to