| 186 | MenuItemVisitor::CommandListEntryEx::~CommandListEntryEx() = default; |
| 187 | |
| 188 | void |
| 189 | MenuItemVisitor::CommandListEntryEx::UpdateCheckmark(AudacityProject &project) |
| 190 | { |
| 191 | if (menu && checkmarkFn && !isOccult) { |
| 192 | menu->Check(id, checkmarkFn(project)); |
| 193 | } |
| 194 | } |
| 195 | |
| 196 | void |
| 197 | MenuItemVisitor::CommandListEntryEx::Modify(const TranslatableString &newLabel) |