mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2021-10-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused the 'shadow' of the Button Log events to fail to be reflected in the 'Main Log' Full Log widget. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -698,6 +698,8 @@ MainWidget::MainWidget(RDConfig *config,QWidget *parent)
|
||||
air_button_list->stopCounterWidget(),SLOT(tickCounter()));
|
||||
connect(air_log[0],SIGNAL(nextStopChanged(QTime)),
|
||||
air_button_list->stopCounterWidget(),SLOT(setTime(QTime)));
|
||||
connect(air_button_list,SIGNAL(slotQuantityChanged(int)),
|
||||
air_log[0],SLOT(setSlotQuantity(int)));
|
||||
|
||||
//
|
||||
// Set Startup Mode
|
||||
|
||||
Reference in New Issue
Block a user