[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 0b9626cf61
commit ce06f31435
6 changed files with 7 additions and 7 deletions

View File

@@ -261,7 +261,7 @@ void TaskLeaderLine::setUiEdit()
void TaskLeaderLine::createLeaderFeature(std::vector<Base::Vector3d> converted)
{
// Base::Console().Message("TTL::createLeaderFeature()\n");
m_leaderName = m_basePage->getDocument()->getUniqueObjectName("DrawLeaderLine");
m_leaderName = m_basePage->getDocument()->getUniqueObjectName("LeaderLine");
m_leaderType = "TechDraw::DrawLeaderLine";
std::string PageName = m_basePage->getNameInDocument();