mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2020-05-12 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression that broke the ability to scroll through Sound Panel panels by means of the mouse wheel. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -92,6 +92,8 @@ class RDSoundPanel : public RDWidget
|
||||
const QString &);
|
||||
void changeUser();
|
||||
void tickClock();
|
||||
void panelUp();
|
||||
void panelDown();
|
||||
|
||||
signals:
|
||||
void tick();
|
||||
@@ -114,6 +116,9 @@ class RDSoundPanel : public RDWidget
|
||||
void onairFlagChangedData(bool state);
|
||||
void scanPanelData();
|
||||
|
||||
protected:
|
||||
void wheelEvent(QWheelEvent *e);
|
||||
|
||||
private:
|
||||
void PlayButton(RDAirPlayConf::PanelType type,int panel,int row,int col,
|
||||
RDLogLine::StartSource src,bool hookmode,int mport=-1,
|
||||
|
||||
Reference in New Issue
Block a user