diff widgets/LevelPanToolButton.cpp @ 1187:306c24eeab10 levelpanwidget

Moving around some UI bits
author Chris Cannam
date Thu, 15 Dec 2016 10:36:41 +0000
parents 6a6a63506e3f
children 91aac85406fb
line wrap: on
line diff
--- a/widgets/LevelPanToolButton.cpp	Wed Dec 14 14:28:41 2016 +0000
+++ b/widgets/LevelPanToolButton.cpp	Thu Dec 15 10:36:41 2016 +0000
@@ -110,6 +110,13 @@
 }
 
 void
+LevelPanToolButton::setMonitoringLevels(float left, float right)
+{
+    m_lpw->setMonitoringLevels(left, right);
+    update();
+}
+
+void
 LevelPanToolButton::setIncludeMute(bool include)
 {
     m_lpw->setIncludeMute(include);