mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-19 15:40:10 +02:00
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:
parent
f351df289d
commit
d0c232eef1
@ -19745,3 +19745,7 @@
|
|||||||
scheduler.
|
scheduler.
|
||||||
2020-03-16 Fred Gleason <fredg@paravelsystems.com>
|
2020-03-16 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to v3.3.0.
|
* 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.
|
||||||
|
@ -40,6 +40,7 @@ RDPanelButton::RDPanelButton(int row,int col,RDStation *station,bool flash,
|
|||||||
button_move_count=-1;
|
button_move_count=-1;
|
||||||
button_allow_drags=false;
|
button_allow_drags=false;
|
||||||
clear();
|
clear();
|
||||||
|
setFocusPolicy(Qt::NoFocus);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user