diff --git a/src/board/UBBoardView.cpp b/src/board/UBBoardView.cpp index da3d8517..ff40f63e 100644 --- a/src/board/UBBoardView.cpp +++ b/src/board/UBBoardView.cpp @@ -550,7 +550,7 @@ Here we determines cases when items should to get mouse press event at pressing case UBGraphicsPixmapItem::Type: case UBGraphicsTextItem::Type: if (currentTool == UBStylusTool::Play) - return true; + return false; if ((currentTool == UBStylusTool::Selector) && item->isSelected()) return true; if ((currentTool == UBStylusTool::Selector) && item->parentItem() && item->parentItem()->isSelected())