mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-13 16:44:10 +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:
@@ -48,6 +48,7 @@ class RDButtonPanel : public RDWidget
|
||||
~RDButtonPanel();
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
RDAirPlayConf::PanelType panelType() const;
|
||||
int number() const;
|
||||
QString title() const;
|
||||
void setTitle(const QString &str);
|
||||
|
||||
Reference in New Issue
Block a user