Merge pull request #1015 from zhuowei/update_debugger_menu_at_startup
Update debugger button states at startup to disable non-functional JIT menu items
This commit is contained in:
commit
b801c7f8f1
|
@ -440,6 +440,8 @@ CFrame::CFrame(wxFrame* parent,
|
||||||
|
|
||||||
// Update controls
|
// Update controls
|
||||||
UpdateGUI();
|
UpdateGUI();
|
||||||
|
if (g_pCodeWindow)
|
||||||
|
g_pCodeWindow->UpdateButtonStates();
|
||||||
}
|
}
|
||||||
// Destructor
|
// Destructor
|
||||||
CFrame::~CFrame()
|
CFrame::~CFrame()
|
||||||
|
|
Loading…
Reference in New Issue