src/ldObject.h

branch
experimental
changeset 907
cf150959ccc4
parent 891
00d76b281021
--- a/src/ldObject.h	Wed Nov 05 02:07:38 2014 +0200
+++ b/src/ldObject.h	Wed Nov 05 03:49:29 2014 +0200
@@ -104,7 +104,7 @@
 	// What winding the object is supposed to be wound in, depending on the BFC statements
 	// This is CW if the part is CW-certified at this object, and vice versa. Can also be
 	// Winding::None for NOCERTIFY parts.
-	PROPERTY (public,		Winding,			blockWinding,	setBlockWinding,	STOCK_WRITE)
+	PROPERTY (public,		Winding,			blockWinding,	setBlockWinding,	CUSTOM_WRITE)
 
 public:
 	LDObject (LDObjectPtr* selfptr);

mercurial