fixed hotkeys getting ignored after tab is pressed

This commit is contained in:
nitsuja 2011-12-11 21:54:50 -08:00
parent 2c2ef9a961
commit f3325036be
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ CPanel::CPanel(
wxWindow *parent,
wxWindowID id
)
: wxPanel(parent, id)
: wxPanel(parent, id, wxDefaultPosition, wxDefaultSize, 0) // disables wxTAB_TRAVERSAL because it was breaking hotkeys
{
}