Salome HOME
Issue #652: Qt can convert to double a string as with '.' as with ',', but method...
authorvsv <vitaly.smetannikov@opencascade.com>
Wed, 15 Jul 2015 06:50:48 +0000 (09:50 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Wed, 15 Jul 2015 06:51:09 +0000 (09:51 +0300)
commitec9d3e9d1a8653f9a193ebe81bad943de647ef3e
tree4cef6aac8a7d76c8db323fb09838fece32e4cdf8
parent83f8eddb963d9c5ad4da7bb7bf7b555df660559f
Issue #652: Qt can convert to double a string as with '.' as with ',', but method value() of SpinBox returns non correct value if the decimal point doesn't correspond to locale. We have to check this situation.
src/ModuleBase/ModuleBase_ParamSpinBox.cpp