git-svn-id: svn://db.shs.com.ru/libs@425 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user