Commit 481e196a authored by Aleksei Kanash's avatar Aleksei Kanash

Fixed moving items by play tool - Sankore-827,945.

parent 252dc9c4
......@@ -1013,7 +1013,6 @@ UBBoardView::mouseReleaseEvent (QMouseEvent *event)
if (bReleaseIsNeed)
{
qDebug() << "mre";
QGraphicsView::mouseReleaseEvent (event);
}
}
......@@ -1033,9 +1032,8 @@ UBBoardView::mouseReleaseEvent (QMouseEvent *event)
delete suspendedMousePressEvent;
suspendedMousePressEvent = NULL;
}
QGraphicsView::mouseReleaseEvent (event);
}
QGraphicsView::mouseReleaseEvent (event);
}
else if (currentTool == UBStylusTool::Text)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment