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 5edda94043
commit 97e13c14d0

View File

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