mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue