Fix toggling of menu items on file open
This commit is contained in:
parent
36e07a9784
commit
b5b914b40a
@ -184,7 +184,7 @@ void MainFrame::OnOpen(wxCommandEvent &WXUNUSED(event))
|
||||
notebook->AddTab(filelist[i]);
|
||||
}
|
||||
|
||||
//this->EnableEditControls(true);
|
||||
this->EnableEditControls(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user