]> git.saurik.com Git - wxWidgets.git/commit
Fix alpha handling in CSS syntax in wxColour in non-"C" locale.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 31 Mar 2011 09:28:41 +0000 (09:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 31 Mar 2011 09:28:41 +0000 (09:28 +0000)
commitf0e52da8dc9b9418c4d48873029be777e2c03686
treea9c085a943d66005383d27353596e7deceaef909
parenta99a3029c80e77aff7d4ec529c3347650bc494e4
Fix alpha handling in CSS syntax in wxColour in non-"C" locale.

Use locale-independent functions to parse and generate the floating point
alpha representation in CSS syntax for colours to make it work in locales
which don't use period as decimal separator.

Closes #13077.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/colourcmn.cpp
tests/graphics/colour.cpp