[TD]fix read only scale property in DraftView

- also affects DrawViewSymbol and derivatives
This commit is contained in:
wandererfan
2022-11-08 15:56:45 -05:00
committed by WandererFan
parent c158d1ffbe
commit cdce4fc74d

View File

@@ -54,6 +54,7 @@ DrawViewSymbol::DrawViewSymbol()
ADD_PROPERTY_TYPE(Symbol, (""), vgroup, App::Prop_None, "The SVG code defining this symbol");
ADD_PROPERTY_TYPE(EditableTexts, (""), vgroup, App::Prop_None, "Substitution values for the editable strings in this symbol");
ScaleType.setValue("Custom");
Scale.setStatus(App::Property::ReadOnly, false);
Symbol.setStatus(App::Property::Hidden, true);
}