CAM: LeadInOut - Fix RetractThreshold in Task panel

This commit is contained in:
tarman3
2025-09-25 11:37:39 +03:00
parent 4911c23d1f
commit aa7b8f977c
2 changed files with 4 additions and 2 deletions

View File

@@ -6,9 +6,10 @@ translate = FreeCAD.Qt.translate
PROP_TYPE_QTYES = ["App::PropertyDistance", "App::PropertyAngle"]
PROP_TYPE_NUMERIC = PROP_TYPE_QTYES + [
"App::PropertyPercent",
"App::PropertyFloat",
"App::PropertyInteger",
"App:PropertyFloat",
"App::PropertyLength",
"App::PropertyPercent",
]