Don't always clear the dive before selectively copying

This will be needed when pasting the data back into a (set of) dive(s).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-08-16 18:33:09 -06:00
parent 3766f57392
commit 4a7432e3d5
3 changed files with 6 additions and 4 deletions

View file

@ -450,6 +450,6 @@ void DiveComponentSelection::buttonClicked(QAbstractButton *button)
COMPONENT_FROM_UI(suit);
COMPONENT_FROM_UI(cylinders);
COMPONENT_FROM_UI(weights);
selective_copy_dive(&displayed_dive, targetDive, *what);
selective_copy_dive(&displayed_dive, targetDive, *what, true);
}
}