Update debugger button states at startup to disable non-functional JIT menu entries
This commit is contained in:
parent
562c0d7ad7
commit
e0a909c076
|
@ -440,6 +440,8 @@ CFrame::CFrame(wxFrame* parent,
|
|||
|
||||
// Update controls
|
||||
UpdateGUI();
|
||||
if (g_pCodeWindow)
|
||||
g_pCodeWindow->UpdateButtonStates();
|
||||
}
|
||||
// Destructor
|
||||
CFrame::~CFrame()
|
||||
|
|
Loading…
Reference in New Issue