mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-01 17:38:49 +01:00
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:
@@ -27,6 +27,8 @@ SoundPanel::SoundPanel(RDEventPlayer *player,RDCartDialog *cart_dialog,
|
||||
bool dump_panel_updates,QWidget *parent)
|
||||
: RDWidget(parent)
|
||||
{
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
|
||||
d_panel=
|
||||
new RDSoundPanel(rda->airplayConf()->panels(RDAirPlayConf::StationPanel),
|
||||
rda->airplayConf()->panels(RDAirPlayConf::UserPanel),
|
||||
|
||||
Reference in New Issue
Block a user