Skip to content

Commit

Permalink
Draft: Small fix in patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Mar 27, 2014
1 parent 6d53d9d commit f9e26ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/Draft.py
Expand Up @@ -2800,7 +2800,7 @@ def __init__(self, vobj):
"Draft","Defines a hatch pattern")
vobj.addProperty("App::PropertyFloat","PatternSize",
"Draft","Sets the size of the pattern")
vobj.Pattern = [translate("draft","None")]+svgpatterns().keys()
vobj.Pattern = ["None"]+svgpatterns().keys()
vobj.PatternSize = 1

def __getstate__(self):
Expand Down

0 comments on commit f9e26ee

Please sign in to comment.