diff --git a/modules/highgui/src/window_QT.cpp b/modules/highgui/src/window_QT.cpp index 76900388fe..f0b06578f4 100644 --- a/modules/highgui/src/window_QT.cpp +++ b/modules/highgui/src/window_QT.cpp @@ -2637,9 +2637,6 @@ void DefaultViewPort::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); }