Rubber band works upper background images.

preferencesAboutTextFull
Aleksei Kanash 12 years ago
parent a5c891c633
commit aa32cc7d91
  1. 4
      src/board/UBBoardView.cpp

@ -919,6 +919,10 @@ void UBBoardView::mousePressEvent (QMouseEvent *event)
event->ignore(); event->ignore();
return; return;
} }
if (scene()->backgroundObject() == movingItem)
movingItem = NULL;
connect(&mLongPressTimer, SIGNAL(timeout()), this, SLOT(longPressEvent())); connect(&mLongPressTimer, SIGNAL(timeout()), this, SLOT(longPressEvent()));
if (!movingItem && !mController->cacheIsVisible()) if (!movingItem && !mController->cacheIsVisible())
mLongPressTimer.start(); mLongPressTimer.start();

Loading…
Cancel
Save