[TD] rename some Draw* elements - try 2
as discussed here: https://forum.freecadweb.org/viewtopic.php?p=360042#p360042
This commit is contained in:
@@ -281,7 +281,7 @@ void TaskRichAnno::onEditorExit(void)
|
||||
void TaskRichAnno::createAnnoFeature()
|
||||
{
|
||||
// Base::Console().Message("TRA::createAnnoFeature()");
|
||||
std::string annoName = m_basePage->getDocument()->getUniqueObjectName("DrawRichAnno");
|
||||
std::string annoName = m_basePage->getDocument()->getUniqueObjectName("RichTextAnnotation");
|
||||
std::string annoType = "TechDraw::DrawRichAnno";
|
||||
|
||||
std::string PageName = m_basePage->getNameInDocument();
|
||||
|
||||
Reference in New Issue
Block a user