Add support for custom numeric formats to wxGrid.
Allow %e and %g formats (as well as their upper-letter equivalents) in addition to the default %f format for number display in wxGrid. Closes #13583. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -477,6 +477,7 @@ All (GUI):
|
||||
- Allow setting window shape to arbitrary wxGraphicsPath.
|
||||
- Added wxTextEntry::AutoCompleteDirectories().
|
||||
- Support float, double and file name values in wxGenericValidator (troelsk).
|
||||
- Add support for custom numeric formats to wxGrid (Kinaou Hervé).
|
||||
- Fix keyboard navigation in wxGrid with hidden columns (ivan_14_32).
|
||||
- Add wxDataViewEvent::IsEditCancelled() (Allonii).
|
||||
- Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when not clicking on an item.
|
||||
|
Reference in New Issue
Block a user