diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-08 09:59:01 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-08 09:59:01 -0800 |
commit | 847289605bb8903eee148018c8e53f5d4efe1d83 (patch) | |
tree | 7306766079b7beb333a8e2b95ca95b24afd3185b | |
parent | cb6f04f16c07d121ed46b8e15b436335700e6e22 (diff) | |
download | subsurface-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.cpp | 1 |
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() |