[TD]fix Preferences
This commit is contained in:
@@ -283,8 +283,8 @@ int DrawViewBalloon::prefEnd(void) const
|
||||
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter().
|
||||
GetGroup("BaseApp")->GetGroup("Preferences")->
|
||||
GetGroup("Mod/TechDraw/Decorations");
|
||||
int length = hGrp->GetFloat("BalloonArrow", 5.0);
|
||||
return length;
|
||||
int end = hGrp->GetInt("BalloonArrow", 0);
|
||||
return end;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user