From a2555768aa906b63374b82db6d64b57d79afc35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Fri, 21 Sep 2018 11:39:41 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@425 a8b55f48-bf90-11e4-a774-851b48703e85 --- qad/blockview/blockview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qad/blockview/blockview.cpp b/qad/blockview/blockview.cpp index 07ef3c3..f860bec 100644 --- a/qad/blockview/blockview.cpp +++ b/qad/blockview/blockview.cpp @@ -258,7 +258,7 @@ bool BlockView::eventFilter(QObject * o, QEvent * e) { mm_drag = moved = false; screen_point = me->screenPos(); scene_point = me->scenePos(); - if ((me->button() == Qt::MidButton) || (me->button() == Qt::RightButton)) { + if ((me->button() == Qt::MidButton)) { thumbShow(); restartTimer(timer_thumb, thumb_hide_delay); return true;