Remove section line from DVP on delete of DVS

This commit is contained in:
WandererFan
2017-01-29 19:40:32 -05:00
parent 60ba62c09f
commit 78c07ced57
3 changed files with 10 additions and 1 deletions
+5
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;