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

Fixed sankore crash on exit after clearing annotations.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent 1f83f35176
commit 026c6c0fc4
  1. 5
      src/domain/UBGraphicsScene.cpp

@ -628,6 +628,11 @@ bool UBGraphicsScene::inputDeviceRelease()
setDocumentUpdated();
if (mCurrentStroke && mCurrentStroke->polygons().empty()){
delete mCurrentStroke;
}
mCurrentStroke = NULL;
return accepted;
}

Loading…
Cancel
Save