| 119 | } |
| 120 | |
| 121 | void loadProgram() { |
| 122 | if ( ! pgmListBox->hasContent ) |
| 123 | return; |
| 124 | pgmListBox->listener->programSelected(pgmListBox, idx); |
| 125 | } |
| 126 | |
| 127 | void mouseDown(const MouseEvent &event) override { |
| 128 | if ( ! pgmListBox->hasContent ) |
no test coverage detected