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:
Fred Gleason
2024-05-07 15:23:12 -04:00
parent 1519123f68
commit 1908a556f7
5 changed files with 18 additions and 11 deletions

View File

@@ -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);