Commit fb2f11ee authored by Claudio Valerio's avatar Claudio Valerio

fixed issue of interpage selection on removing selected item

parent 60f4237f
......@@ -1518,6 +1518,8 @@ void UBBoardView::leaveEvent (QEvent * event)
if (scene ())
scene ()->leaveEvent (event);
mJustSelectedItems.clear();
QGraphicsView::leaveEvent (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