Commit 7246b6b7 authored by -f's avatar -f

Merge branch 'develop' of github.com:OpenEducationFoundation/OpenBoard into develop

parents 2c1a2c95 035685d4
......@@ -201,10 +201,10 @@ void UBGraphicsTextItem::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
if (mMultiClickState == 1)
{
QGraphicsTextItem::mouseReleaseEvent(event);
if (Delegate())
Delegate()->mouseReleaseEvent(event);
QGraphicsTextItem::mouseReleaseEvent(event);
}
else
{
......
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