do not tab

This commit is contained in:
Rene Hopf
2015-01-11 05:22:26 +01:00
parent 19ee87e44c
commit dca04133bd

View File

@@ -124,7 +124,7 @@ void MainFrame::OnKeyDown(wxKeyEvent& event){
histpos++;
textinput->SetValue(wxT(""));
}
}
}else if (event.GetKeyCode() == 9){}//tab
else{
event.Skip();
}