Commit 396a06e4 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix inputMethodHints

parent 31196dc4
...@@ -453,6 +453,7 @@ Item { ...@@ -453,6 +453,7 @@ Item {
id: radiusField id: radiusField
text: _circleRadius.toFixed(2) text: _circleRadius.toFixed(2)
onEditingFinished: setRadiusFromDialog() onEditingFinished: setRadiusFromDialog()
inputMethodHints: Qt.ImhFormattedNumbersOnly
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment