mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Always updated the coordinates from the displayed_dive
That's why it's called the displayed dive... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ecf4d18b41
commit
83018619d6
2 changed files with 9 additions and 12 deletions
|
@ -92,6 +92,8 @@ slots:
|
|||
void escDetected(void);
|
||||
void photoDoubleClicked(const QString filePath);
|
||||
void removeSelectedPhotos();
|
||||
void updateGpsCoordinates();
|
||||
|
||||
private:
|
||||
Ui::MainTab ui;
|
||||
WeightModel *weightModel;
|
||||
|
@ -109,7 +111,6 @@ private:
|
|||
bool copyPaste;
|
||||
void resetPallete();
|
||||
void saveTags();
|
||||
void updateGpsCoordinates(const struct dive *dive);
|
||||
void markChangedWidget(QWidget *w);
|
||||
dive_trip_t *currentTrip;
|
||||
dive_trip_t displayedTrip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue