summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index 9124434e0..7d88eedc5 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -1351,6 +1351,9 @@ void QMLManager::pasteDiveData(int id)
return;
}
selective_copy_dive(m_copyPasteDive, d, what, false);
+
+ invalidate_dive_cache(d);
+ mark_divelist_changed(true);
changesNeedSaving();
}