2020-03-18 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdairplay(1) that caused two events to be
	started by a single spacebar tap if a SoundPanel event had been
	played previously.
This commit is contained in:
Fred Gleason 2020-03-18 13:39:42 -04:00
parent f351df289d
commit d0c232eef1
2 changed files with 5 additions and 0 deletions

View File

@ -19745,3 +19745,7 @@
scheduler.
2020-03-16 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to v3.3.0.
2020-03-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused two events to be
started by a single spacebar tap if a SoundPanel event had been
played previously.

View File

@ -40,6 +40,7 @@ RDPanelButton::RDPanelButton(int row,int col,RDStation *station,bool flash,
button_move_count=-1;
button_allow_drags=false;
clear();
setFocusPolicy(Qt::NoFocus);
}