manual clip LED reset by mouse click on the level meter (#421)

This commit is contained in:
Volker Fischer 2020-08-09 16:44:41 +02:00
parent ed8e6fb0a5
commit bea06a75f7
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@
- added a red message to indicate that Mute Myself is activated (#476)
- manual clip LED reset by mouse click on the level meter (#421)
- replacing internal history graph functionality by external scripts/tools (#501)
- bug fix: added more mutex in the server (should fix #480)

View File

@ -87,6 +87,8 @@ protected:
QLabel* pLEDLabel;
};
virtual void mousePressEvent ( QMouseEvent* ) override { ClipReset(); }
void SetBarMeterStyleAndClipStatus ( const ELevelMeterType eNType,
const bool bIsClip );