Skip to content

Commit b77f7be

Browse files
committed
Fix #2157 - Dot vs Comma for decimal, european number format region settings
1 parent 5014cc9 commit b77f7be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Studio/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ int main(int argc, char** argv) {
105105
SW_LOG("ShapeWorks Studio " SHAPEWORKS_VERSION " initializing...");
106106

107107
OverrideQApplication app(argc, argv);
108+
QLocale::setDefault(QLocale(QLocale::English, QLocale::UnitedStates));
108109

109110
auto studio_app = QSharedPointer<ShapeWorksStudioApp>::create();
110111
QResource::registerResource(RSCS_FILE);

0 commit comments

Comments
 (0)