Draft: use consistent is-number string in DraftGui.py

This commit is contained in:
Roy-043
2023-11-25 15:59:29 +01:00
parent c022aea274
commit 3aa08c96ea

View File

@@ -1158,7 +1158,7 @@ class DraftToolBar:
treated as shortcuts
"""
if txt[0] in "0123456789":
if txt[0] in "0123456789.,-":
self.updateSnapper()
return