Draft: revert Draft WB changes from #13294
Revert the Draft WB related changes of #13294.
This commit is contained in:
@@ -70,16 +70,16 @@ class ViewProviderLayer:
|
||||
_tip)
|
||||
vobj.OverrideLineColorChildren = True
|
||||
|
||||
if "OverrideShapeAppearanceChildren" not in properties:
|
||||
if "OverrideShapeColorChildren" not in properties:
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property",
|
||||
"If it is true, the objects contained "
|
||||
"within this layer will adopt "
|
||||
"the shape color of the layer")
|
||||
vobj.addProperty("App::PropertyBool",
|
||||
"OverrideShapeAppearanceChildren",
|
||||
"OverrideShapeColorChildren",
|
||||
"Layer",
|
||||
_tip)
|
||||
vobj.OverrideShapeAppearanceChildren = True
|
||||
vobj.OverrideShapeColorChildren = True
|
||||
|
||||
if "UsePrintColor" not in properties:
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property",
|
||||
|
||||
Reference in New Issue
Block a user