Draft: revert Draft WB changes from #13294

Revert the Draft WB related changes of #13294.
This commit is contained in:
Roy-043
2024-04-24 21:25:47 +02:00
parent 1ec93fdbc2
commit 7407eee427
4 changed files with 13 additions and 13 deletions

View File

@@ -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",