Merge pull request #11526 from Roy-043/Draft-use-consistent-is-number-string-in-DraftGui.py
Draft: use consistent is-number string in DraftGui.py
This commit is contained in:
@@ -1158,7 +1158,7 @@ class DraftToolBar:
|
||||
treated as shortcuts
|
||||
"""
|
||||
|
||||
if txt[0] in "0123456789":
|
||||
if txt[0] in "0123456789.,-":
|
||||
self.updateSnapper()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user