Fix toggling of menu items on file open

This commit is contained in:
Timothy Warren 2015-05-07 18:13:45 -04:00
parent 36e07a9784
commit b5b914b40a
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ void MainFrame::OnOpen(wxCommandEvent &WXUNUSED(event))
notebook->AddTab(filelist[i]);
}
//this->EnableEditControls(true);
this->EnableEditControls(true);
}
/**