| 3485 | // --------------------------------------------------------------------- |
| 3486 | |
| 3487 | void MyFrame::OnUpdateConvertToFullKernel(wxUpdateUIEvent& event) |
| 3488 | { |
| 3489 | event.Enable(this->system->GetRuleType()=="formula"); |
| 3490 | } |
| 3491 | |
| 3492 | // --------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected