2022-05-23 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in the 'Generate Log' dialog in rdlogmanager(1)
	that caused the progress bar dialog to fail to be hidden after
	generation of a log.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2022-05-23 12:57:14 -04:00
parent 8425e07675
commit 1241a64fb8

View File

@ -323,8 +323,7 @@ void GenerateLog::createData()
return;
}
log->updateTracks();
gen_progress_dialog->
setValue(gen_progress_dialog->setValue(gen_progress_dialog->maximum());
gen_progress_dialog->setValue(gen_progress_dialog->maximum());
SendNotification(RDNotification::AddAction,log->name());
delete log;
delete svc;