mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 03:11:00 +02:00
fixed hotkeys getting ignored after tab is pressed
This commit is contained in:
@@ -116,7 +116,7 @@ CPanel::CPanel(
|
|||||||
wxWindow *parent,
|
wxWindow *parent,
|
||||||
wxWindowID id
|
wxWindowID id
|
||||||
)
|
)
|
||||||
: wxPanel(parent, id)
|
: wxPanel(parent, id, wxDefaultPosition, wxDefaultSize, 0) // disables wxTAB_TRAVERSAL because it was breaking hotkeys
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user