diff widgets/Thumbwheel.cpp @ 188:dd573e090eed

* Add range input dialog * Make Panner support middle-click/ctrl-left-click to reset and emit doubleClicked when doubleClicked instead of resetting * Use range input dialog to enter new values for panner on double-click
author Chris Cannam
date Fri, 12 Jan 2007 21:52:56 +0000
parents e7cf6044c2a0
children 5b7472db612b
line wrap: on
line diff
--- a/widgets/Thumbwheel.cpp	Fri Jan 12 14:49:18 2007 +0000
+++ b/widgets/Thumbwheel.cpp	Fri Jan 12 21:52:56 2007 +0000
@@ -278,7 +278,7 @@
 void
 Thumbwheel::mouseDoubleClickEvent(QMouseEvent *mouseEvent)
 {
-    //!!! needs a common base class with AudioDial
+    //!!! needs a common base class with AudioDial (and Panner?)
 
     if (mouseEvent->button() != Qt::LeftButton) {
         return;