| 210 | } |
| 211 | |
| 212 | void MenuItemVisitor::CommandListEntryEx::Check(bool checked) |
| 213 | { |
| 214 | if (!menu || isOccult) |
| 215 | return; |
| 216 | menu->Check(id, checked); |
| 217 | } |
| 218 | |
| 219 | void MenuItemVisitor::CommandListEntryEx::Enable(bool b) |
| 220 | { |
no outgoing calls
no test coverage detected