diff options
Diffstat (limited to 'qt-ui/globe.cpp')
-rw-r--r-- | qt-ui/globe.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp index 24806d520..c16af93cf 100644 --- a/qt-ui/globe.cpp +++ b/qt-ui/globe.cpp @@ -3,6 +3,7 @@ #include "mainwindow.h" #include "ui_mainwindow.h" #include "../dive.h" +#include "../divelist.h" #include "../helpers.h" #include <QDebug> @@ -203,6 +204,7 @@ void GlobeGPS::changeDiveGeoPosition(qreal lon, qreal lat, GeoDataCoordinates::U reload(); editingDiveCoords = 0; messageWidget->animatedHide(); + mark_divelist_changed(TRUE); } void GlobeGPS::mousePressEvent(QMouseEvent* event) |