mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user