Fix for background objects

preferencesAboutTextFull
Anatoly Mihalchenko 12 years ago
parent 29405d5375
commit ab1b28e0b8
  1. 3
      src/board/UBBoardView.cpp

@ -427,7 +427,8 @@ UBBoardView::mousePressEvent (QMouseEvent *event)
|| movingItem->type() == UBGraphicsPDFItem::Type
|| movingItem->type() == UBGraphicsPolygonItem::Type
|| movingItem->type() == UBGraphicsCache::Type
|| movingItem->type() == UBGraphicsTriangle::Type)
|| movingItem->type() == UBGraphicsTriangle::Type
|| movingItem == this->scene()->backgroundObject())
{
movingItem = NULL;
QGraphicsView::mousePressEvent (event);

Loading…
Cancel
Save