mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2024-05-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the SoundPanel that caused button color highlighting for addition/move/delete operations to fail to be displayed for User panels when the user didn't have the 'Configure System Panels' privilege. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -88,6 +88,12 @@ QSizePolicy RDButtonPanel::sizePolicy() const
|
||||
}
|
||||
|
||||
|
||||
RDAirPlayConf::PanelType RDButtonPanel::panelType() const
|
||||
{
|
||||
return panel_type;
|
||||
}
|
||||
|
||||
|
||||
int RDButtonPanel::number() const
|
||||
{
|
||||
return panel_number;
|
||||
|
||||
Reference in New Issue
Block a user