Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/fb2f11ee1a55fdddb48d2f95f7c84b52820a762e You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed issue of interpage selection on removing selected item

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 60f4237feb
commit fb2f11ee1a
  1. 2
      src/board/UBBoardView.cpp

@ -1518,6 +1518,8 @@ void UBBoardView::leaveEvent (QEvent * event)
if (scene ())
scene ()->leaveEvent (event);
mJustSelectedItems.clear();
QGraphicsView::leaveEvent (event);
}

Loading…
Cancel
Save