[TD]corrupt dim reference detect and correct

This commit is contained in:
wandererfan
2023-03-13 19:01:31 -04:00
committed by WandererFan
parent 45743d4fbd
commit 8a11528a7e
16 changed files with 859 additions and 64 deletions

View File

@@ -1336,9 +1336,8 @@ Base::Vector3d DrawViewPart::getXDirection() const
Base::Vector3d dir = Direction.getValue(); //make a sensible default
Base::Vector3d org(0.0, 0.0, 0.0);
result = getLegacyX(org, dir);
}
else {
result = propVal;//normal case. XDirection is set.
} else {
result = propVal; //normal case. XDirection is set.
}
}
else { //no Property. can this happen?