[TD]fix Preferences

This commit is contained in:
wandererfan
2020-02-04 18:45:00 -05:00
committed by WandererFan
parent 992dc49ece
commit 0532df4937
3 changed files with 11 additions and 11 deletions

View File

@@ -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;
}
/*