Skip to content

Commit

Permalink
+ fixes #1791: Counterbores do not follow when hole is moved
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jan 11, 2015
1 parent 351b9d7 commit e16305c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Mod/Sketcher/App/SketchObject.cpp
Expand Up @@ -2433,6 +2433,9 @@ void SketchObject::onChanged(const App::Property* prop)
}
}
}
#if 0
// For now do not delete anything (#0001791). When changing the support
// face it might be better to check which external geometries can be kept.
else if (prop == &Support) {
// make sure not to change anything while restoring this object
if (!isRestoring()) {
Expand All @@ -2443,6 +2446,7 @@ void SketchObject::onChanged(const App::Property* prop)
}
}
}
#endif
Part::Part2DObject::onChanged(prop);
}

Expand Down

0 comments on commit e16305c

Please sign in to comment.