Update debugger button states at startup to disable non-functional JIT menu entries

This commit is contained in:
Zhuowei Zhang 2014-09-06 23:38:22 -04:00
parent 562c0d7ad7
commit e0a909c076

View File

@ -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()