Gui: fix locale number formatting propagation

This commit is contained in:
0penBrain
2022-03-27 20:50:49 +02:00
committed by wwmayer
parent 650b2f3073
commit eb38017828
3 changed files with 7 additions and 9 deletions

View File

@@ -95,9 +95,6 @@ InputField::InputField(QWidget * parent)
QObject::connect(this, SIGNAL(textChanged(QString)),
this, SLOT(newInput(QString)));
#ifdef FC_OS_WIN32
setLocale(QLocale());
#endif
}
InputField::~InputField()