Commit a1a40522 authored by Claudio Valerio's avatar Claudio Valerio

Merge branch 'master' of github.com:Sankore/Sankore-3.1

parents fc693d73 934b4009
......@@ -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