summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/tab-widgets/maintab.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-widgets/tab-widgets/maintab.cpp b/desktop-widgets/tab-widgets/maintab.cpp
index d63f59692..a285abbcd 100644
--- a/desktop-widgets/tab-widgets/maintab.cpp
+++ b/desktop-widgets/tab-widgets/maintab.cpp
@@ -355,10 +355,10 @@ void MainTab::updateDiveInfo()
ignoreInput = true; // don't trigger on changes to the widgets
- for (TabBase *widget: extraWidgets)
- widget->updateData();
-
if (current_dive) {
+ for (TabBase *widget: extraWidgets)
+ widget->updateData();
+
// If we're on the dive-site tab, we don't want to switch tab when entering / exiting
// trip mode. The reason is that
// 1) this disrupts the user-experience and