2020-08-09 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'Log Render Options' dialog in rdcastmanager(1)
	that could cause the start time control to be disabled even with
	the Virtual Start Time dropdown set to 'As Specified'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-08-09 14:47:14 -04:00
parent c95e80fcb2
commit 78ead6038f
2 changed files with 5 additions and 0 deletions

View File

@@ -20192,3 +20192,7 @@
2020-08-09 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Description' column from the 'Podcast Item List'
dialog in rdcastmanager(1).
2020-08-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'Log Render Options' dialog in rdcastmanager(1)
that could cause the start time control to be disabled even with
the Virtual Start Time dropdown set to 'As Specified'.

View File

@@ -126,6 +126,7 @@ int RenderDialog::exec(RDLogEvent *log,QTime *start_time,
d_log=log;
d_start_time=start_time;
d_start_time_edit->setDisabled(start_time->isNull());
d_start_time_box->setCurrentIndex(0);
d_ignore_stops=ignore_stops;
if(*ignore_stops) {
d_ignorestop_box->setCurrentIndex(1);