Gui: [skip ci] fix locale issue for InputField on Windows
This commit is contained in:
@@ -95,6 +95,9 @@ InputField::InputField(QWidget * parent)
|
||||
|
||||
QObject::connect(this, SIGNAL(textChanged(QString)),
|
||||
this, SLOT(newInput(QString)));
|
||||
#if FC_OS_WIN32
|
||||
setLocale(QLocale());
|
||||
#endif
|
||||
}
|
||||
|
||||
InputField::~InputField()
|
||||
|
||||
Reference in New Issue
Block a user