2024-02-06 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdairplay(1) that could cause the space bar
	to fail to start the next main log event.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-02-06 16:30:20 -05:00
parent 5895a7ca58
commit f76691bae2
9 changed files with 70 additions and 13 deletions

View File

@@ -29,6 +29,8 @@
WallClock::WallClock(QWidget *parent)
: RDPushButton(parent)
{
setFocusPolicy(Qt::NoFocus);
previous_time=QTime::currentTime();
show_date=true;
check_sync=true;