Skip to content

Commit fa25b18

Browse files
committed
[GUI] Send widget, delete dialog if it's not used anymore.
1 parent 6588860 commit fa25b18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/pivx/send.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ bool SendWidget::send(QList<SendCoinsRecipient> recipients){
378378
if (sendStatus.status == WalletModel::OK) {
379379
clearAll();
380380
inform(tr("Transaction sent"));
381+
dialog->deleteLater();
381382
return true;
382383
}
383384
}

0 commit comments

Comments
 (0)