fixed rubberband issue

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 0a40c2f36c
commit 934b40094a
  1. 1
      src/board/UBBoardView.cpp

@ -732,6 +732,7 @@ void UBBoardView::mousePressEvent (QMouseEvent *event)
}
else
{
if(mUBRubberBand)
mUBRubberBand->hide();
}

Loading…
Cancel
Save