Draft: Finally fixed Draft UI focus bug - fixes #2810

This commit is contained in:
Yorik van Havre
2017-04-16 14:07:15 -03:00
parent 17b597fb6e
commit fcae6ef451

View File

@@ -873,7 +873,7 @@ class DraftToolBar:
self.zValue.show()
self.pointButton.show()
if rel: self.isRelative.show()
self.xValue.setFocus()
todo.delay(self.xValue.setFocus,None)
self.xValue.selectAll()
def extraUi(self):