Skip to content

Commit

Permalink
Draft: Fixed wrong display of Draft texts on restore
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Apr 15, 2019
1 parent cd4269e commit 843644f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Mod/Draft/Draft.py
Expand Up @@ -6774,10 +6774,7 @@ def attach(self,vobj):
self.onChanged(vobj,"LineSpacing")

def getDisplayModes(self,vobj):
return ["2D text","3D text"]

def getDefaultDisplayMode(self):
return "3D text"
return ["3D text","2D text"]

def setDisplayMode(self,mode):
return mode
Expand Down

0 comments on commit 843644f

Please sign in to comment.