aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-08 09:59:01 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-08 09:59:01 -0800
commit847289605bb8903eee148018c8e53f5d4efe1d83 (patch)
tree7306766079b7beb333a8e2b95ca95b24afd3185b
parentcb6f04f16c07d121ed46b8e15b436335700e6e22 (diff)
downloadsubsurface-847289605bb8903eee148018c8e53f5d4efe1d83.tar.gz
Dive d/l selection UI: close the dialog when done
This is where we need to call accept() Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-ui/downloadfromdivecomputer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp
index c4e19b99c..d91b94ba4 100644
--- a/qt-ui/downloadfromdivecomputer.cpp
+++ b/qt-ui/downloadfromdivecomputer.cpp
@@ -427,6 +427,7 @@ void DownloadFromDCWidget::on_ok_clicked()
if (ostcFirmwareCheck && currentState == DONE)
ostcFirmwareCheck->checkLatest(this, &data);
+ accept();
}
void DownloadFromDCWidget::markChildrenAsDisabled()