| 605 | } |
| 606 | |
| 607 | void MainWindow::OnClearSelection() |
| 608 | { |
| 609 | m_pDrawWidget->GetFramework().GetDrapeApi().Clear(); |
| 610 | m_pDrawWidget->SetSelectionMode({}); |
| 611 | |
| 612 | m_selection->setMainIcon({}); |
| 613 | } |
| 614 | |
| 615 | void MainWindow::OnSearchButtonClicked() |
| 616 | { |
nothing calls this directly
no test coverage detected