mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 09:19:48 +00:00
Fix uglies on gcpad/wiimote config pages.
Use wxPanel in place of wxNotebookPage (which is really just a typedef for wxWindow). This applies the correct background color for the page.
This commit is contained in:
parent
4130116a85
commit
e0941828f5
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ public:
|
|||
|
||||
class InputConfigDialog;
|
||||
|
||||
class GamepadPage : public wxNotebookPage
|
||||
class GamepadPage : public wxPanel
|
||||
{
|
||||
friend class InputConfigDialog;
|
||||
friend class ControlDialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue