mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Lazily initialize m_main_config_dialog (Issue #10213)
This commit is contained in:
@ -321,8 +321,6 @@ CFrame::CFrame(wxFrame* parent, wxWindowID id, const wxString& title, wxRect geo
|
||||
{
|
||||
BindEvents();
|
||||
|
||||
m_main_config_dialog = new CConfigMain(this);
|
||||
|
||||
for (int i = 0; i <= IDM_CODE_WINDOW - IDM_LOG_WINDOW; i++)
|
||||
bFloatWindow[i] = false;
|
||||
|
||||
|
Reference in New Issue
Block a user