mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix multi-dive edit regarding Dive Sites
Now it correctly sets the same dive site instead of creating a new one for each dive. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
63a2307cfb
commit
cbf02ac7ab
2 changed files with 12 additions and 10 deletions
|
@ -123,7 +123,7 @@ private:
|
|||
dive_trip_t displayedTrip;
|
||||
bool acceptingEdit;
|
||||
void updateDisplayedDiveSite();
|
||||
void updateDiveSite(int divenr);
|
||||
uint32_t updateDiveSite(uint32_t pickedUuid, int divenr);
|
||||
};
|
||||
|
||||
#endif // MAINTAB_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue