Skip to content

Commit

Permalink
Preferences for GeomHatch
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Jan 30, 2017
1 parent b1a5fd9 commit 7cb3e93
Show file tree
Hide file tree
Showing 3 changed files with 1,053 additions and 892 deletions.
4 changes: 2 additions & 2 deletions src/Mod/TechDraw/App/DrawViewPart.cpp
Expand Up @@ -626,8 +626,8 @@ gp_Pln DrawViewPart::getProjPlane() const
void DrawViewPart::getRunControl()
{
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter()
.GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/TechDraw/RunControl");
m_sectionEdges = hGrp->GetBool("ShowSectionEdges", 1l);
.GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/TechDraw/General");
m_sectionEdges = hGrp->GetBool("ShowSectionEdges", 0l);
m_handleFaces = hGrp->GetBool("HandleFaces", 1l);
//Base::Console().Message("TRACE - DVP::getRunControl - handleFaces: %d\n",m_handleFaces);
}
Expand Down

0 comments on commit 7cb3e93

Please sign in to comment.