From 002764aaffb4ba4164047e46aab066da4964429e Mon Sep 17 00:00:00 2001 From: Tristan Youngs Date: Thu, 4 Jan 2018 10:21:13 +0000 Subject: [PATCH] Context menu probing of atoms no longer centres view on that atom. --- src/gui/mainwindow_context.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/mainwindow_context.cpp b/src/gui/mainwindow_context.cpp index 2bbdb2dc8..1aa5836f6 100644 --- a/src/gui/mainwindow_context.cpp +++ b/src/gui/mainwindow_context.cpp @@ -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