| 650 | } |
| 651 | |
| 652 | void onEnter(const EnterEvent& e) override { |
| 653 | LightWidget::onEnter(e); |
| 654 | setTooltip(); |
| 655 | } |
| 656 | |
| 657 | void setTooltip() { |
| 658 | std::string_view activeName = module->programSelector.getSection(section).getCurrentProgramName(); |
nothing calls this directly
no outgoing calls
no test coverage detected