Applied patch [ 846809 ] Cleaning of 11 samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -352,7 +352,7 @@ void MyFrame::OnSize(wxSizeEvent& WXUNUSED(event))
|
||||
void TextWindow::LogEvent(const wxChar *name, wxKeyEvent& event)
|
||||
{
|
||||
wxString key;
|
||||
long keycode = event.KeyCode();
|
||||
long keycode = event.GetKeyCode();
|
||||
switch ( keycode )
|
||||
{
|
||||
case WXK_BACK: key = _T("BACK"); break;
|
||||
|
Reference in New Issue
Block a user