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

View File

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