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:
skidau 2014-09-07 14:14:11 +10:00
commit b801c7f8f1
1 changed files with 2 additions and 0 deletions

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