Fixed wxGridCellFloatEditor::Clone
authorRobin Dunn <robin@alldunn.com>
Sat, 24 Aug 2002 20:03:42 +0000 (20:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 24 Aug 2002 20:03:42 +0000 (20:03 +0000)
commitec53826c06f6a4de6e9d0c6dedead881458736fc
tree44f1d82f54f690d1213e29e22d138db2079e74a5
parenta44bfc97ab99de6505d48d8ed52302fee45473ab
Fixed wxGridCellFloatEditor::Clone

Changed wxGridCellEditor::GetString to use %f instead of %g to match
the Renderer, otherwise it would truncate/round the value to
m_precision significant digits instead of m_precision digits after the
decimal point.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/grid.h
src/generic/grid.cpp