Fix several rounding problems with float values in wxPropertyGrid.

See also r85980 in the trunk.

Closes #15625.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-10-06 12:35:25 +00:00
parent 4dae66dffc
commit b01e333f89
5 changed files with 145 additions and 8 deletions

View File

@@ -577,6 +577,10 @@ Major new features in this release
3.0.3: (released 2015-??-??)
----------------------------
All (GUI):
- Fix several floating point rounding bugs in wxPropertyGrid (Artur Wieczorek).
3.0.2: (released 2014-10-06)
----------------------------