Browse Source

DoubleValidator causing problems with regional settings

Causing data loss
QGC4.4
Don Gagne 8 years ago
parent
commit
bcb69abd0c
  1. 1
      src/FactSystem/FactControls/FactTextField.qml

1
src/FactSystem/FactControls/FactTextField.qml

@ -20,7 +20,6 @@ QGCTextField { @@ -20,7 +20,6 @@ QGCTextField {
property string _validateString
// At this point all Facts are numeric
validator: DoubleValidator {}
inputMethodHints: ScreenTools.isiOS ?
Qt.ImhNone : // iOS numeric keyboard has not done button, we can't use it
Qt.ImhFormattedNumbersOnly // Forces use of virtual numeric keyboard

Loading…
Cancel
Save