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

strokes group should be moved if tool is play or (selection & item not selected)

preferencesAboutTextFull
Clément Fauconnier 4 years ago
parent 20351ea6d9
commit d2ab0e0962
  1. 1
      src/board/UBBoardView.cpp

@ -696,7 +696,6 @@ bool UBBoardView::itemShouldBeMoved(QGraphicsItem *item)
case UBGraphicsAudioItem::Type: case UBGraphicsAudioItem::Type:
return true; return true;
case UBGraphicsStrokesGroup::Type: case UBGraphicsStrokesGroup::Type:
return false;
case UBGraphicsTextItem::Type: case UBGraphicsTextItem::Type:
if (currentTool == UBStylusTool::Play) if (currentTool == UBStylusTool::Play)
return true; return true;

Loading…
Cancel
Save