diff options
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 0e1e52289..ca0aba926 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -713,6 +713,7 @@ void MainTab::rejectChanges() notesBackup.clear(); resetPallete(); editMode = NONE; + mainWindow()->globe()->reload(); if (lastMode == ADD || lastMode == MANUALLY_ADDED_DIVE) { // more clean up updateDiveInfo(selected_dive); |