Remove misleading comment

This commit is contained in:
Cacodemon345
2021-12-14 01:58:00 +06:00
committed by GitHub
parent 9cd5f8a070
commit aca31d5d28

View File

@@ -451,7 +451,7 @@ void MachineStatus::refresh(QStatusBar* sbar) {
}
d->sound = std::make_unique<ClickableLabel>();
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();