c3fa684a27
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 |
||
---|---|---|
.. | ||
advprops.h | ||
editors.h | ||
manager.h | ||
property.h | ||
propgrid.h | ||
propgriddefs.h | ||
propgridiface.h | ||
propgridpagestate.h | ||
props.h |