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:
Fred Gleason
2021-10-26 10:58:14 -04:00
parent a5f7a957a1
commit 8d49a3f8a5
6 changed files with 45 additions and 2 deletions

View File

@@ -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