fixed default Draft precision value

This commit is contained in:
Yorik van Havre 2012-04-13 18:23:43 -03:00
parent 39f18cfe69
commit 50d772630a

View File

@ -81,6 +81,7 @@ if not FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/").HasGroup("Dra
p.SetBool("showSnapBar",1)
p.SetUnsigned("constructioncolor",746455039)
p.SetFloat("textheight",0.2)
p.setInt("precision",4)
#---------------------------------------------------------------------------
# General functions