Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/3eb0bdda70e90eaa0005aeb758fc0064f803e646?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed permanent multiple selection for strokes groups.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent af428a3e98
commit 3eb0bdda70
  1. 1
      src/board/UBBoardView.cpp

@ -618,7 +618,6 @@ void UBBoardView::handleItemMousePress(QMouseEvent *event)
&& !(movingItem->parentItem() && UBGraphicsGroupContainerItem::Type == movingItem->parentItem()->type())
&& QGraphicsSvgItem::Type != movingItem->type()
&& UBGraphicsDelegateFrame::Type != movingItem->type()
&& UBGraphicsStrokesGroup::Type != movingItem->type()
&& !mMultipleSelectionIsEnabled)
{
foreach(QGraphicsItem *item, scene()->selectedItems())

Loading…
Cancel
Save