# HG changeset patch # User Wuzzy # Date 1560680383 -7200 # Node ID d20e52a646e7643c8cfa4a6a2481a93383c1ff1b # Parent 4c13bc464c61dcaebf75db06d741a49604889612 Fix mouse wheel scrolling team list when used on team color widget diff -r 4c13bc464c61 -r d20e52a646e7 QTfrontend/ui/widget/colorwidget.cpp --- a/QTfrontend/ui/widget/colorwidget.cpp Sun Jun 16 00:49:58 2019 +0200 +++ b/QTfrontend/ui/widget/colorwidget.cpp Sun Jun 16 12:19:43 2019 +0200 @@ -67,6 +67,7 @@ void ColorWidget::wheelEvent(QWheelEvent *event) { + event->accept(); if(event->delta() > 0) previousColor(); else