mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Rework the method to pick a dive site via the globe
The globe used to allow the user to pick a dive site if the dive didn't have coordinates, but this is now wrong since when in dive site editing mode we can select multiple times new coordinates for it, and it should only be marked as finished when the user actually finishes it. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7507c96dcd
commit
fa373fd544
2 changed files with 16 additions and 10 deletions
|
@ -49,6 +49,8 @@ slots:
|
|||
void fixZoom();
|
||||
void zoomOutForNoGPS();
|
||||
void prepareForGetDiveCoordinates();
|
||||
void endGetDiveCoordinates();
|
||||
|
||||
};
|
||||
|
||||
#else // NO_MARBLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue