| 242 | } |
| 243 | |
| 244 | void LibraryMenuItem::onSelect() |
| 245 | { |
| 246 | if (_library) |
| 247 | { |
| 248 | SwitchToLibrary(_library); |
| 249 | } |
| 250 | } |
| 251 | |
| 252 | bool LibraryMenuItem::shouldClose(MouseOverlayEvent& mouseEvent) |
| 253 | { |
nothing calls this directly
no test coverage detected