From aa1c805c83de70ed77b3a91d49e5f64acc3a4073 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 13 Oct 2021 22:30:49 +0200 Subject: [PATCH] History: make sure tx info dialog is closed on exit --- src/HistoryWidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HistoryWidget.cpp b/src/HistoryWidget.cpp index 4499a5d5..62d18d18 100644 --- a/src/HistoryWidget.cpp +++ b/src/HistoryWidget.cpp @@ -121,6 +121,7 @@ void HistoryWidget::showTxDetails() { emit resendTransaction(txid); }); dialog->show(); + dialog->setAttribute(Qt::WA_DeleteOnClose); } void HistoryWidget::onViewOnBlockExplorer() { -- 2.52.0