Feature Request 1880 - hide Template

This commit is contained in:
WandererFan
2017-02-01 20:30:56 -05:00
committed by Yorik van Havre
parent 12346a67ef
commit 18cd5b5166
5 changed files with 75 additions and 9 deletions

View File

@@ -471,8 +471,6 @@ QGIView * QGVPage::findParent(QGIView *view) const
void QGVPage::setPageTemplate(TechDraw::DrawTemplate *obj)
{
// Remove currently set background template
// Assign a base template class and create object dependent on
removeTemplate();
if(obj->isDerivedFrom(TechDraw::DrawParametricTemplate::getClassTypeId())) {