| 772 | } |
| 773 | |
| 774 | void MacrosWindow::UpdateMenus() |
| 775 | { |
| 776 | // OK even on mac, as dialog is modal. |
| 777 | auto p = &mProject; |
| 778 | MenuCreator::Get(*p).RebuildMenuBar(); |
| 779 | } |
| 780 | |
| 781 | void MacrosWindow::UpdateDisplay( bool bExpanded ) |
| 782 | { |
no test coverage detected