mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Revert the recent changes related to updating hwnd
This commit is contained in:
@ -1060,9 +1060,6 @@ GamepadPage::GamepadPage(wxWindow* parent, InputConfig& config, const unsigned i
|
||||
mapping->Add(dio, 1, wxEXPAND|wxLEFT|wxTOP|wxBOTTOM, 5);
|
||||
mapping->Add(control_group_sizer, 0, wxLEFT|wxEXPAND, 5);
|
||||
|
||||
wxCommandEvent event;
|
||||
RefreshDevices(event);
|
||||
|
||||
UpdateGUI();
|
||||
|
||||
SetSizerAndFit(mapping); // needed
|
||||
|
Reference in New Issue
Block a user