Commit 934b4009 authored by Claudio Valerio's avatar Claudio Valerio

fixed rubberband issue

parent 0a40c2f3
......@@ -732,7 +732,8 @@ void UBBoardView::mousePressEvent (QMouseEvent *event)
}
else
{
mUBRubberBand->hide();
if(mUBRubberBand)
mUBRubberBand->hide();
}
handleItemMousePress(event);
......
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