[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 1fb5408694
commit 0c7df120fc

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()