Added missing }

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-09-18 20:40:41 +00:00
parent c7b539b354
commit faa232e903

View File

@@ -730,7 +730,8 @@ int ScintillaWX::DoKeyDown(int key, bool shift, bool ctrl, bool alt, bool WXUNU
case 'A': // Select All
ctrl = true;
break;
}
}
}
#endif
int rv = KeyDown(key, shift, ctrl, alt, consumed);