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); } /**