Draft: Fixed rotation UI unit - fixes #1664

This commit is contained in:
Yorik van Havre
2014-09-18 11:18:15 -03:00
parent 2b99706910
commit e5a49e306e

View File

@@ -835,6 +835,7 @@ class DraftToolBar:
self.hideXYZ()
self.labelRadius.setText(translate("draft", "Radius"))
self.labelRadius.show()
self.radiusValue.setText(self.AFORMAT % 0)
self.radiusValue.show()
def textUi(self):