fixing setting the locale back to what should be expected
fix should be applyed for every window interface and generation
This commit is contained in:
@@ -447,6 +447,7 @@ static int icvInitSystem(int* c, char** v)
|
||||
if (!QApplication::instance())
|
||||
{
|
||||
new QApplication(*c, v);
|
||||
setlocale(LC_NUMERIC,"C");
|
||||
|
||||
qDebug() << "init done";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user