[TD] fix order of arrow heads

see https://forum.freecadweb.org/viewtopic.php?f=35&t=44334#p378675
This commit is contained in:
donovaly
2020-03-21 01:21:20 +01:00
committed by WandererFan
parent 30a0047cd4
commit 6fa80d8cbf
6 changed files with 20 additions and 18 deletions

View File

@@ -727,7 +727,7 @@ int TaskLeaderLine::getPrefArrowStyle()
{
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter().
GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/TechDraw/Dimensions");
int style = hGrp->GetInt("ArrowStyle", 1);
int style = hGrp->GetInt("ArrowStyle", 0);
return style;
}