diff --git a/modules/highgui/src/window_QT.cpp b/modules/highgui/src/window_QT.cpp index f0b06578f4..7388a44b8d 100644 --- a/modules/highgui/src/window_QT.cpp +++ b/modules/highgui/src/window_QT.cpp @@ -3201,9 +3201,6 @@ void OpenGlViewPort::wheelEvent(QWheelEvent* evnt) icvmouseHandler((QMouseEvent*)evnt, mouse_wheel, cv_event, flags); icvmouseProcessing(QPointF(pt), cv_event, flags); - scaleView(delta / 240.0, pt); - viewport()->update(); - QWidget::wheelEvent(evnt); }