| 1374 | } |
| 1375 | |
| 1376 | void RcxController::clearSelection() { |
| 1377 | m_selIds.clear(); |
| 1378 | m_anchorLine = -1; |
| 1379 | applySelectionOverlays(); |
| 1380 | updateCommandRow(); |
| 1381 | } |
| 1382 | |
| 1383 | void RcxController::applySelectionOverlays() { |
| 1384 | for (auto* editor : m_editors) |
no test coverage detected