]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/gizmos/treelistctrl.cpp
stop usign a deprecated method, and ensure that the imagelist
[wxWidgets.git] / wxPython / contrib / gizmos / treelistctrl.cpp
index a559d95415657e2d70460a08f6d4f2fd629a0981..b14bb3b96194867c08ce4816a6b3f125d6aff880 100644 (file)
@@ -3540,7 +3540,7 @@ void wxTreeListMainWindow::OnChar( wxKeyEvent &event )
     // right : open if parent and go next (or expand on Win32)
     // home  : go to root
     // end   : go to last item without opening parents
-    switch (event.KeyCode())
+    switch (event.GetKeyCode())
     {
 #ifndef __WXMSW__ // mimic the standard win32 tree ctrl
         case '+':