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

Revert "Remove polygonItems from their Stroke when added to a StrokesGroup"

This reverts commit 177571ca79cbd92f6544c80ce36ded88ce64fa7a.
preferencesAboutTextFull
Craig Watson 9 years ago
parent 4491341a4d
commit 19cfe0ac1c
  1. 3
      src/domain/UBGraphicsPolygonItem.cpp

@ -114,9 +114,6 @@ UBGraphicsPolygonItem::~UBGraphicsPolygonItem()
void UBGraphicsPolygonItem::setStrokesGroup(UBGraphicsStrokesGroup *group)
{
if (mStroke)
mStroke->remove(this);
mpGroup = group;
}

Loading…
Cancel
Save