Eliminate superfluous DPG executes

This commit is contained in:
WandererFan
2017-08-14 19:49:42 -04:00
committed by wmayer
parent 137930c654
commit d27b8387e8
26 changed files with 159 additions and 242 deletions

View File

@@ -103,7 +103,7 @@ App::DocumentObjectExecReturn *DrawViewDraft::execute(void)
std::stringstream paramStr;
App::Color col = Color.getValue();
paramStr << ",scale=" << Scale.getValue()
paramStr << ",scale=" << getScale()
<< ",linewidth=" << LineWidth.getValue()
<< ",fontsize=" << FontSize.getValue()
// TODO treat fillstyle here