mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Always copy data in copy and paste mode
While in a multi dive edit we want to apply our usual semantics (only edit things that are the same as in the current dive), when doing an explicit copy and paste that doesn't seem to make sense. So we manually override that behavior. Fixes #753 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
def9e3fc1b
commit
d643bde61a
2 changed files with 21 additions and 15 deletions
|
@ -103,6 +103,7 @@ private:
|
|||
DivePictureModel *divePictureModel;
|
||||
Completers completers;
|
||||
bool modified;
|
||||
bool copyPaste;
|
||||
void resetPallete();
|
||||
void saveTags();
|
||||
void updateGpsCoordinates(const struct dive *dive);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue