summaryrefslogtreecommitdiff
path: root/muse2/muse/ctrl/ctrlpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/ctrl/ctrlpanel.cpp')
-rw-r--r--muse2/muse/ctrl/ctrlpanel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/muse/ctrl/ctrlpanel.cpp b/muse2/muse/ctrl/ctrlpanel.cpp
index 938ebd5a..0fc66b3a 100644
--- a/muse2/muse/ctrl/ctrlpanel.cpp
+++ b/muse2/muse/ctrl/ctrlpanel.cpp
@@ -123,7 +123,7 @@ CtrlPanel::CtrlPanel(QWidget* parent, MidiEditor* e, CtrlCanvas* c, const char*
_dl = new MusEGui::DoubleLabel(-1.0, 0.0, +127.0);
_dl->setPrecision(0);
- _dl->setToolTip(tr("double click on/off"));
+ _dl->setToolTip(tr("ctrl-double-click on/off"));
_dl->setSpecialText(tr("off"));
_dl->setFont(MusEGlobal::config.fonts[1]);
_dl->setBackgroundRole(QPalette::Mid);
@@ -136,7 +136,7 @@ CtrlPanel::CtrlPanel(QWidget* parent, MidiEditor* e, CtrlCanvas* c, const char*
connect(_knob, SIGNAL(sliderMoved(double,int)), SLOT(ctrlChanged(double)));
connect(_knob, SIGNAL(sliderRightClicked(const QPoint&, int)), SLOT(ctrlRightClicked(const QPoint&, int)));
connect(_dl, SIGNAL(valueChanged(double,int)), SLOT(ctrlChanged(double)));
- connect(_dl, SIGNAL(doubleClicked(int)), SLOT(labelDoubleClicked()));
+ connect(_dl, SIGNAL(ctrlDoubleClicked(int)), SLOT(labelDoubleClicked()));
bbox->addStretch();
bbox->addWidget(selCtrl);