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:
@@ -89,7 +89,7 @@ enum wxListColumnFormat
|
||||
wxLIST_FORMAT_CENTER = wxLIST_FORMAT_CENTRE
|
||||
};
|
||||
|
||||
/// Autosize values for SetColumnWidth
|
||||
/// Values for SetColumnWidth()
|
||||
enum
|
||||
{
|
||||
wxLIST_AUTOSIZE = -1,
|
||||
|
Reference in New Issue
Block a user