mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-09-17 17:00:27 +02:00
2023-09-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdairplay(1) and rdpanel(1) that could cause a segfault when switching user context. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
45c0f59421
commit
3a575a4338
@ -24339,3 +24339,6 @@
|
|||||||
* Incremented the package version to 4.0.2int1.
|
* Incremented the package version to 4.0.2int1.
|
||||||
2023-08-09 Fred Gleason <fredg@paravelsystems.com>
|
2023-08-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 4.1.0.
|
* Incremented the package version to 4.1.0.
|
||||||
|
2023-09-25 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in rdairplay(1) and rdpanel(1) that could cause a
|
||||||
|
segfault when switching user context.
|
||||||
|
@ -918,10 +918,12 @@ void RDSoundPanel::UpdateButtonViewport()
|
|||||||
for(int i=0;i<panel_button_rows;i++) {
|
for(int i=0;i<panel_button_rows;i++) {
|
||||||
for(int j=0;j<panel_button_columns;j++) {
|
for(int j=0;j<panel_button_columns;j++) {
|
||||||
RDPanelButton *button=panel->panelButton(i,j);
|
RDPanelButton *button=panel->panelButton(i,j);
|
||||||
|
if(panel!=NULL) {
|
||||||
button->setVisible(viewport.contains(button->geometry()));
|
button->setVisible(viewport.contains(button->geometry()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void RDSoundPanel::PlayButton(RDAirPlayConf::PanelType type,int panel,
|
void RDSoundPanel::PlayButton(RDAirPlayConf::PanelType type,int panel,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user