]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
moved wxapp_install_idle_handler and g_isIdle from many cpp files into gtk/private...
[wxWidgets.git] / src / common / variant.cpp
index b9139f68a92583ae971d49a855db7b6eb9b7e1ac..2c540d3f3c12d9d9194e051c46f72683861c2331 100644 (file)
@@ -470,7 +470,7 @@ bool wxVariantDataReal::Write(wxSTD ostream& str) const
 
 bool wxVariantDataReal::Write(wxString& str) const
 {
-    str.Printf(wxT("%.4f"), m_value);
+    str.Printf(wxT("%.14g"), m_value);
     return true;
 }