]> git.lyx.org Git - features.git/commit
Fix Qt5 decimal separator bug
authorEnrico Forestieri <forenr@lyx.org>
Fri, 26 Jul 2013 18:52:44 +0000 (20:52 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 26 Jul 2013 18:52:44 +0000 (20:52 +0200)
commit92863de517bfa12d36a308bb332700a29565424f
treeb5e28fe32f477b1a036b9f1c70d11195640eeb1a
parentb885b80bc0074821c8e98b2d64accd74d5bc08d6
Fix Qt5 decimal separator bug

Always use '.' as the decimal separator in the GUI, because we
call setlocale(LC_NUMERIC, "C") in setLocale() (GuiApplication.cpp).
src/frontends/qt4/qt_helpers.cpp