]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
History: make sure tx info dialog is closed on exit
authortobtoht <thotbot@protonmail.com>
Wed, 13 Oct 2021 20:30:49 +0000 (22:30 +0200)
committertobtoht <thotbot@protonmail.com>
Wed, 13 Oct 2021 20:30:49 +0000 (22:30 +0200)
src/HistoryWidget.cpp

index 4499a5d5e53b93abf6457fbc0c35feaae5254dd5..62d18d18ccc733bd0f49a8ba36584067b42b54a1 100644 (file)
@@ -121,6 +121,7 @@ void HistoryWidget::showTxDetails() {
        emit resendTransaction(txid);
     });
     dialog->show();
+    dialog->setAttribute(Qt::WA_DeleteOnClose);
 }
 
 void HistoryWidget::onViewOnBlockExplorer() {