Skip to content

Commit

Permalink
Add filter neighbors icon
Browse files Browse the repository at this point in the history
  • Loading branch information
davidborland committed Jan 23, 2020
1 parent 8ce3e80 commit e2a8633
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 1 deletion.
256 changes: 256 additions & 0 deletions icons/icon_filter_neighbors.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion qt/MainWindow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ void MainWindow::CreateToolBar() {
this->visualizationContainer->SetFilterMode(actionFilterNeighbors->isChecked() ? FilterNeighbors : FilterNone);
});
QObject::connect(actionFilterRegion, &QAction::triggered, [actionFilterPlane, actionFilterNeighbors, actionFilterRegion, this]() {
//actionFilterRegion->toggle();
actionFilterPlane->setChecked(false);
actionFilterNeighbors->setChecked(false);

Expand Down

0 comments on commit e2a8633

Please sign in to comment.