[TD]fix ext line gap preference
This commit is contained in:
committed by
WandererFan
parent
6d54ca4df4
commit
5d93fbe0bb
@@ -81,9 +81,9 @@ ViewProviderDimension::ViewProviderDimension()
|
||||
RenderingExtent.setEnums(RenderingExtentEnums);
|
||||
ADD_PROPERTY_TYPE(FlipArrowheads, (false), group, App::Prop_None,
|
||||
"Reverses usual direction of dimension line terminators");
|
||||
ADD_PROPERTY_TYPE(GapFactorISO, (Preferences::ISOGap()), group, App::Prop_None,
|
||||
ADD_PROPERTY_TYPE(GapFactorISO, (Preferences::GapISO()), group, App::Prop_None,
|
||||
"Adjusts the gap between dimension point and extension line");
|
||||
ADD_PROPERTY_TYPE(GapFactorASME, (Preferences::ASMEGap()), group, App::Prop_None,
|
||||
ADD_PROPERTY_TYPE(GapFactorASME, (Preferences::GapASME()), group, App::Prop_None,
|
||||
"Adjusts the gap between dimension point and extension line");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user