Fix rounding issue when a double is stored in a wxConfig file (wxWidgets 2.9.4...
Fix rounding issue when a double is stored in a wxConfig file (wxWidgets 2.9.4 store only 4 digits in mantissa). A new inline function ConfigBaseWriteDouble( config, key, double_value ) is used instead of config->Write( key, double_value ) which store 12 digits
Showing
Please register or sign in to comment