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

This is done automatically now.

Signed-off-by: Michael Andreen <harv@ruin.nu>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Michael Andreen 2013-10-24 17:50:32 -04:00 committed by Dirk Hohndel
parent 89770249d0
commit 695f64a23a

View file

@ -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) {