1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2024-12-25 18:12:17 +00:00

Merge branch 'master' of github.com:rene-dev/stmbl

This commit is contained in:
crinq 2015-01-11 05:24:34 +01:00
commit 970e406ae0

View File

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