Remove section line from DVP on delete of DVS

This commit is contained in:
WandererFan
2017-01-04 13:44:29 -05:00
parent 50d614f925
commit 3de7bc8b73
3 changed files with 10 additions and 1 deletions

View File

@@ -506,6 +506,11 @@ Base::Vector3d DrawViewSection::getSectionVector (const std::string sectionName)
return adjResult;
}
void DrawViewSection::unsetupObject()
{
getBaseDVP()->touch();
}
TechDraw::DrawViewPart* DrawViewSection::getBaseDVP()
{
TechDraw::DrawViewPart* baseDVP = nullptr;