Subject: [PATCH] No need to center on dive after editing coordinates.

Michael Andreen harv at ruin.nu
Thu Oct 24 14:50:32 UTC 2013


This is done automatically now.

Signed-off-by: Michael Andreen <harv at ruin.nu>
---
This should fix the bug.

 qt-ui/maintab.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index d872f8f..8d23243 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -428,7 +428,6 @@ void MainTab::acceptChanges()
 		if (notesBackup[curr].location != ui.location->text() ||
 			notesBackup[curr].coordinates != ui.coordinates->text()) {
 			mainWindow()->globe()->reload();
-			mainWindow()->globe()->centerOn(current_dive);
 		}
 
 		if (cylindersModel->changed) {
-- 
1.8.1.5




More information about the subsurface mailing list