Change needed for when the COMPATIBILITY flags are off.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e7163afc45
commit
2936eaf046
@ -782,7 +782,7 @@ void MyListCtrl::OnFocused(wxListEvent& event)
|
||||
|
||||
void MyListCtrl::OnListKeyDown(wxListEvent& event)
|
||||
{
|
||||
switch ( event.GetCode() )
|
||||
switch ( event.GetKeyCode() )
|
||||
{
|
||||
case 'c': // colorize
|
||||
case 'C':
|
||||
|
Loading…
Reference in New Issue
Block a user