Fixed conflict in 'ChangeLog'

This commit is contained in:
Fred Gleason 2020-03-18 13:54:08 -04:00
commit 18e82cfdbe
2 changed files with 5 additions and 0 deletions

View File

@ -19830,3 +19830,7 @@
* Incremented the database version to 319.
* Added an 'RSS Schema' dropdown to the 'Edit Feed' dialog in
rdadmin(1).
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);
}