From aca31d5d2833269739d8c4ff14c303872a0f3a54 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Tue, 14 Dec 2021 01:58:00 +0600 Subject: [PATCH] Remove misleading comment --- src/qt/qt_machinestatus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/qt_machinestatus.cpp b/src/qt/qt_machinestatus.cpp index 3c09ccc6c..b0644c0f3 100644 --- a/src/qt/qt_machinestatus.cpp +++ b/src/qt/qt_machinestatus.cpp @@ -451,7 +451,7 @@ void MachineStatus::refresh(QStatusBar* sbar) { } d->sound = std::make_unique(); d->sound->setPixmap(d->pixmaps.sound); - // Triggering on click makes the mouse move the window when the button is releases. Do it on button release instead. + connect(d->sound.get(), &ClickableLabel::doubleClicked, d->sound.get(), [this](QPoint pos) { SoundGain gain(main_window); gain.exec();