summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-ui/maintab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index bf68601f1..53c4d6d61 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -243,7 +243,7 @@ void MainTab::showDiveSiteSimpleEdit()
SimpleDiveSiteEditDialog dlg(this);
dlg.exec();
if (dlg.changed_dive_site) {
- qDebug() << "Changed the dive site, paint something yellow.";
+ markChangedWidget(ui.location);
}
}