Merge branch 'generic-initial-state-fixes'

Fixes for the initial state of generic wx{List,Spin}Ctrl.

See https://github.com/wxWidgets/wxWidgets/pull/2469
This commit is contained in:
Vadim Zeitlin
2021-08-20 21:28:35 +02:00
8 changed files with 41 additions and 18 deletions

View File

@@ -89,7 +89,7 @@ enum wxListColumnFormat
wxLIST_FORMAT_CENTER = wxLIST_FORMAT_CENTRE
};
/// Autosize values for SetColumnWidth
/// Values for SetColumnWidth()
enum
{
wxLIST_AUTOSIZE = -1,