Skip to content

Instantly share code, notes, and snippets.

@kahrl
Created April 28, 2016 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahrl/c68d94d69740396ba77bb10f21a0f4ea to your computer and use it in GitHub Desktop.
Save kahrl/c68d94d69740396ba77bb10f21a0f4ea to your computer and use it in GitHub Desktop.
diff --git a/src/guiFileSelectMenu.cpp b/src/guiFileSelectMenu.cpp
index e024074..0bb02f8 100644
--- a/src/guiFileSelectMenu.cpp
+++ b/src/guiFileSelectMenu.cpp
@@ -36,6 +36,7 @@ GUIModalMenu(env, parent, id, menumgr)
GUIFileSelectMenu::~GUIFileSelectMenu()
{
removeChildren();
+ setlocale(LC_NUMERIC, "C");
}
void GUIFileSelectMenu::removeChildren()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment