mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01: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:
@@ -20192,3 +20192,7 @@
|
|||||||
2020-08-09 Fred Gleason <fredg@paravelsystems.com>
|
2020-08-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Removed the 'Description' column from the 'Podcast Item List'
|
* Removed the 'Description' column from the 'Podcast Item List'
|
||||||
dialog in rdcastmanager(1).
|
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'.
|
||||||
|
|||||||
@@ -126,6 +126,7 @@ int RenderDialog::exec(RDLogEvent *log,QTime *start_time,
|
|||||||
d_log=log;
|
d_log=log;
|
||||||
d_start_time=start_time;
|
d_start_time=start_time;
|
||||||
d_start_time_edit->setDisabled(start_time->isNull());
|
d_start_time_edit->setDisabled(start_time->isNull());
|
||||||
|
d_start_time_box->setCurrentIndex(0);
|
||||||
d_ignore_stops=ignore_stops;
|
d_ignore_stops=ignore_stops;
|
||||||
if(*ignore_stops) {
|
if(*ignore_stops) {
|
||||||
d_ignorestop_box->setCurrentIndex(1);
|
d_ignorestop_box->setCurrentIndex(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user