mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 10:50:01 +00:00
DolphinWX: Specify wxID_ANY where -1 is used in controls
This commit is contained in:
parent
64124a0d21
commit
10bfbebc78
16 changed files with 100 additions and 100 deletions
|
@ -306,7 +306,7 @@ void HotkeyConfigDialog::CreateHotkeyGUIControls()
|
|||
|
||||
for (int j = 0; j < 2; j++)
|
||||
{
|
||||
wxPanel *Page = new wxPanel(Notebook, wxID_ANY);
|
||||
wxPanel *Page = new wxPanel(Notebook);
|
||||
Notebook->AddPage(Page, pageNames[j]);
|
||||
|
||||
wxGridBagSizer *sHotkeys = new wxGridBagSizer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue