Fix handling of Scale change in DrawViewSymbol classes

This commit is contained in:
WandererFan
2017-08-28 19:43:42 -04:00
committed by wmayer
parent 481008629b
commit bba800af1d
4 changed files with 21 additions and 1 deletions

View File

@@ -121,7 +121,8 @@ App::DocumentObjectExecReturn *DrawViewArch::execute(void)
SourceName.c_str(),paramStr.str().c_str());
Base::Interpreter().runStringArg("App.activeDocument().%s.Symbol = '%s' + svgBody + '%s'",
FeatName.c_str(),svgHead.c_str(),svgTail.c_str());
}
}
requestPaint();
return DrawView::execute();
}