mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2020-03-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'Edit Event' dialog in rdlogmanager(1) that caused the Transition Type dropdown to be greyed-out when the 'IMPORT' controls were set to use the built-in music scheduler.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Edit a Rivendell Log Event
|
||||
//
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -120,7 +120,7 @@ class EditEvent : public RDDialog
|
||||
QCheckBox *event_position_box;
|
||||
QTimeEdit *event_position_edit;
|
||||
QLabel *event_timetype_header;
|
||||
QCheckBox *event_timetype_box;
|
||||
QCheckBox *event_timetype_check;
|
||||
QLabel *event_timetype_label;
|
||||
QCheckBox *event_post_box;
|
||||
QLabel *event_post_label;
|
||||
|
Reference in New Issue
Block a user