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:
Roy-043
2023-11-25 16:22:19 +01:00
committed by GitHub

View File

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