mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-05 18:01:21 +08:00
do not tab
This commit is contained in:
@@ -124,7 +124,7 @@ void MainFrame::OnKeyDown(wxKeyEvent& event){
|
||||
histpos++;
|
||||
textinput->SetValue(wxT(""));
|
||||
}
|
||||
}
|
||||
}else if (event.GetKeyCode() == 9){}//tab
|
||||
else{
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user