Fem: Constraint symbol scaling based on shape size - fixes #7030
This commit is contained in:
committed by
Chris Hennes
parent
b6b7bc876c
commit
6aabe77a1a
@@ -110,7 +110,7 @@ void ConstraintTransform::onChanged(const App::Property* prop)
|
||||
if (prop == &References) {
|
||||
std::vector<Base::Vector3d> points;
|
||||
std::vector<Base::Vector3d> normals;
|
||||
int scale = 1; // OvG: Enforce use of scale
|
||||
double scale = 1; // OvG: Enforce use of scale
|
||||
if (getPoints(points, normals, &scale)) {
|
||||
std::string transform_type = TransformType.getValueAsString();
|
||||
if (transform_type == "Cylindrical") {
|
||||
|
||||
Reference in New Issue
Block a user