[TD] weld symbols cannot be rotated

- therefore hide the Rotation property
This commit is contained in:
donovaly
2020-03-31 01:56:14 +02:00
committed by WandererFan
parent 58d4596888
commit bb7bc5e65b

View File

@@ -62,6 +62,7 @@ DrawWeldSymbol::DrawWeldSymbol(void)
Caption.setStatus(App::Property::Hidden,true);
Scale.setStatus(App::Property::Hidden,true);
ScaleType.setStatus(App::Property::Hidden,true);
Rotation.setStatus(App::Property::Hidden, true);
}
DrawWeldSymbol::~DrawWeldSymbol()