[qrvthtool] QRvtHToolWindow::closeRvtH(): Clear the status bar.

This commit is contained in:
David Korth 2025-06-16 21:38:37 -04:00
parent 1c9fadf673
commit 690f4f99ba

View File

@ -904,6 +904,11 @@ void QRvtHToolWindow::closeRvtH(void)
d->filename.clear();
d->nhcd_status.clear();
// Clear the status bar.
d->btnCancel->setVisible(false);
d->progressBar->setVisible(false);
d->lblMessage->clear();
// Update the UI.
d->updateLstBankList();
d->updateWindowTitle();