git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2430
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifdef M_BASEDIR
# include "gui/wxllist.h"
#ifdef M_BASEDIR
# include "gui/wxllist.h"
-# define SHOW_SELECTIONS 0
+# define SHOW_SELECTIONS 1
#else
# include "wxllist.h"
# define SHOW_SELECTIONS 1
#else
# include "wxllist.h"
# define SHOW_SELECTIONS 1
case WXK_END:
m_llist->MoveCursorToEndOfLine();
break;
case WXK_END:
m_llist->MoveCursorToEndOfLine();
break;
- case 'c':
- if(event.ControlDown())
+ default:
+ if(keyCode == 'c' && event.ControlDown())
if( IsEditable() )
{
/* First, handle control keys */
if( IsEditable() )
{
/* First, handle control keys */