From b5b914b40a224cfc547e929bdf4549648755d1a0 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 7 May 2015 18:13:45 -0400 Subject: [PATCH] Fix toggling of menu items on file open --- src/widgets/MainFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/MainFrame.cpp b/src/widgets/MainFrame.cpp index 3b0d750..94f6c74 100644 --- a/src/widgets/MainFrame.cpp +++ b/src/widgets/MainFrame.cpp @@ -184,7 +184,7 @@ void MainFrame::OnOpen(wxCommandEvent &WXUNUSED(event)) notebook->AddTab(filelist[i]); } - //this->EnableEditControls(true); + this->EnableEditControls(true); } /**