[TD] rename some Draw* elements - try 2

as discussed here: https://forum.freecadweb.org/viewtopic.php?p=360042#p360042
This commit is contained in:
donovaly
2020-01-17 21:31:49 +01:00
committed by WandererFan
parent 6866397c14
commit a3622ee49f
6 changed files with 7 additions and 7 deletions

View File

@@ -351,7 +351,7 @@ TechDraw::DrawViewSection* TaskSectionView::createSectionView(void)
Gui::Command::openCommand("Create SectionView");
TechDraw::DrawViewSection* newSection = nullptr;
if (m_section == nullptr) {
sectionName = m_base->getDocument()->getUniqueObjectName("DrawViewSection");
sectionName = m_base->getDocument()->getUniqueObjectName("SectionView");
std::string sectionType = "TechDraw::DrawViewSection";
TechDraw::DrawPage* page = m_base->findParentPage();