+ add lost s

This commit is contained in:
wmayer
2014-09-20 18:01:40 +02:00
parent 2b8b11c71f
commit 4d328992d3

View File

@@ -892,7 +892,7 @@ def makeText(stringslist,point=Vector(0,0,0),screen=False):
typecheck([(point,Vector)], "makeText")
if not isinstance(stringslist,list): stringslist = [stringslist]
obj=FreeCAD.ActiveDocument.addObject("App::Annotation","Text")
obj.LabelText=stringlist
obj.LabelText=stringslist
obj.Position=point
if FreeCAD.GuiUp:
if not screen: