Add 2nd page of preferences
This commit is contained in:
committed by
Yorik van Havre
parent
906bffba8f
commit
bcb1534391
@@ -104,7 +104,7 @@ QColor QGIEdge::getHiddenColor()
|
||||
Qt::PenStyle QGIEdge::getHiddenStyle()
|
||||
{
|
||||
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter().GetGroup("BaseApp")->
|
||||
GetGroup("Preferences")->GetGroup("Mod/TechDraw");
|
||||
GetGroup("Preferences")->GetGroup("Mod/TechDraw/General");
|
||||
Qt::PenStyle hidStyle = static_cast<Qt::PenStyle> (hGrp->GetInt("HiddenLine",2));
|
||||
return hidStyle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user