Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Draft: Finally fixed Draft UI focus bug - fixes #2810
  • Loading branch information
yorikvanhavre committed Apr 16, 2017
1 parent 17b597f commit fcae6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/DraftGui.py
Expand Up @@ -873,7 +873,7 @@ def pointUi(self,title=translate("draft","Point"),cancel=None,extra=None,getcoor
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):
Expand Down

0 comments on commit fcae6ef

Please sign in to comment.