git-svn-id: svn://db.shs.com.ru/libs@425 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-09-21 11:39:41 +00:00
parent e744acdc1d
commit a2555768aa

View File

@@ -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;