New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix hotkeys in Linux and Mac OS X #683
Conversation
|
Regarding the segfaults in GDB: Do you have fastmem disabled in the Dolphin ini? |
|
ah ofcourse, I keep forgetting about that. |
|
After debugging I still have no idea what causes this difference in behaviour between Linux and Win32. I say we just fix this quickly now and find out how to merge the two code paths later. |
|
I would add on to the comment with a FIXME or say something along the lines of ideally not needing the panel. At least this way if anyone else sees it, they could chime in and give a solution (if they have one) |
|
Done, ready for review. |
|
Looks good to me |
|
Attempting to rewrite this branch, only merge it if we're in need of a quick fix. |
Needed for hotkeys to be captured on Linux.
|
Okay, the problem has been fixed properly now, ready for review. |
|
This PR also fixes issue 7536. |
Fix hotkeys in Linux and Mac OS X
Needed for hotkeys to function correctly on Linux and OS X.
The reason this is necessary is because a wxFrame will only receive keyboard focus if it has at least one child.