wxWidgets/include/wx/propgrid
Artur Wieczorek c3fa684a27 Fixed displaying validation error for numeric wxPG properties (wxUIntProperty, etc.)
When entered wxFloatProperty, wxIntProperty or wxUIntProperty is out of range then there is displayed a warning message presenting a valid range. Instead of displaying in this message numeric values in default (and fixed) format we should display values which are formatted based on to the current attributes of the property (like wxPG_UINT_PREFIX, wxPG_UINT_BASE, wxPG_FLOAT_PRECISION).
To do so, we shouldn't format respective values on our own in NumericValidation() but instead call wxPGProperty()::ValueToString() which returns value string formatted in line with attributes.

Closes #17601
2016-07-21 23:13:16 +02:00
..
advprops.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
editors.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
manager.h Fix wxPropertyGrid compilation when wxUSE_TOOLBAR==0 2016-02-25 21:37:27 +01:00
property.h Fixed minor typo in comment. 2016-07-08 19:51:58 +02:00
propgrid.h Updated documentation for several wxPG components. 2016-06-23 22:23:03 +02:00
propgriddefs.h Update documentation of some flags used by wxPropertyGridInterface methods. 2016-07-08 19:49:03 +02:00
propgridiface.h Updated documentation for wxPropertyGridInterface. 2016-06-25 18:17:57 +02:00
propgridpagestate.h Updated documentation of some wxPropertyGrid-related classes. 2016-07-02 23:20:11 +02:00
props.h Fixed displaying validation error for numeric wxPG properties (wxUIntProperty, etc.) 2016-07-21 23:13:16 +02:00