Skip to content

Commit

Permalink
Context menu probing of atoms no longer centres view on that atom.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Jan 4, 2018
1 parent 8f66767 commit 002764a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/mainwindow_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ void AtenWindow::contextMenuSetAtomLabel(bool checked)
void AtenWindow::contextMenuProbeAtom(bool checked)
{
if (contextAtom_ != NULL) contextAtom_->print();
aten_.currentModelOrFrame()->setViewOrigin(contextAtom_->r());
}

// Set view origin
Expand Down

0 comments on commit 002764a

Please sign in to comment.