[TD]handle BSpline "lines" in GeometryMatcher

This commit is contained in:
wandererfan
2023-04-22 09:34:05 -04:00
committed by WandererFan
parent 90c3b3c1ae
commit 6caaea06b7
2 changed files with 18 additions and 6 deletions

View File

@@ -1479,7 +1479,7 @@ bool DrawViewDimension::fixExactMatch()
void DrawViewDimension::handleNoExactMatch()
{
// Base::Console().Message("DVD::handleNoExactMatch()\n");
Base::Console().Message("%s - trying to match changed geometry - stage 2\n", getNameInDocument());
// Base::Console().Message("%s - trying to match changed geometry - stage 2\n", getNameInDocument());
// this is where we insert the clever logic to determine that the changed geometry
// actually still represents the "front top left" edge.
updateSavedGeometry();