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:
Dirk Hohndel 2014-11-05 06:34:29 -08:00
parent def9e3fc1b
commit d643bde61a
2 changed files with 21 additions and 15 deletions

View file

@ -103,6 +103,7 @@ private:
DivePictureModel *divePictureModel;
Completers completers;
bool modified;
bool copyPaste;
void resetPallete();
void saveTags();
void updateGpsCoordinates(const struct dive *dive);