TechDraw: Fixed solid rendering of Arch Views

This commit is contained in:
Yorik van Havre
2016-11-02 13:14:31 -02:00
parent 26f73b4a0e
commit e2e73af4ac
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ App::DocumentObjectExecReturn *DrawViewArch::execute(void)
std::stringstream paramStr;
paramStr << ",allOn=" << (AllOn.getValue() ? "True" : "False")
<< ",renderMode=\"" << RenderMode.getValue() << "\""
<< ",renderMode=" << RenderMode.getValue()
<< ",showHidden=" << (ShowHidden.getValue() ? "True" : "False")
<< ",showFill=" << (ShowFill.getValue() ? "True" : "False")
<< ",scale=" << Scale.getValue()