Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16c258 commit c1cd4f2Copy full SHA for c1cd4f2
1 file changed
lib/matplotlib/backends/qt_editor/formlayout.py
@@ -298,6 +298,7 @@ def setup(self):
298
field = QtWidgets.QLineEdit(repr(value), self)
299
field.setCursorPosition(0)
300
field.setValidator(QtGui.QDoubleValidator(field))
301
+ field.validator().setLocale(QtCore.QLocale("C"))
302
dialog = self.get_dialog()
303
dialog.register_float_field(field)
304
field.textChanged.connect(lambda text: dialog.update_buttons())
0 commit comments