|
|
@ -426,6 +426,7 @@ UBBoardView::mousePressEvent (QMouseEvent *event) |
|
|
|
|
|
|
|
|
|
|
|
if (!movingItem
|
|
|
|
if (!movingItem
|
|
|
|
|| movingItem->isSelected() |
|
|
|
|| movingItem->isSelected() |
|
|
|
|
|
|
|
|| movingItem->data(UBGraphicsItemData::ItemLocked).toBool() |
|
|
|
|| movingItem->type() == UBGraphicsDelegateFrame::Type |
|
|
|
|| movingItem->type() == UBGraphicsDelegateFrame::Type |
|
|
|
|| movingItem->type() == DelegateButton::Type
|
|
|
|
|| movingItem->type() == DelegateButton::Type
|
|
|
|
|| movingItem->type() == UBGraphicsCompass::Type |
|
|
|
|| movingItem->type() == UBGraphicsCompass::Type |
|
|
|