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:
parent
89770249d0
commit
695f64a23a
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user