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

added uuid for the scene in order to fill the related field on svg

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent de429ddee0
commit fe251020e6
  1. 1
      src/domain/UBGraphicsScene.cpp

@ -287,6 +287,7 @@ UBGraphicsScene::UBGraphicsScene(UBDocumentProxy* parent, bool enableUndoRedoSta
mShouldUseOMP = QSysInfo::MacintoshVersion >= QSysInfo::MV_10_5;
#endif
setUuid(QUuid::createUuid());
setDocument(parent);
createEraiser();
createPointer();

Loading…
Cancel
Save