Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/0d517aadfef2367ea186a722cd33d18e239c4ccb?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
preferencesAboutTextFull
shibakaneki 13 years ago
parent f37ba1b39f
commit 0d517aadfe
  1. 1
      src/adaptors/UBSvgSubsetAdaptor.cpp
  2. 1
      src/core/UBPersistenceManager.cpp

@ -29,6 +29,7 @@
#include "domain/UBGraphicsTextItem.h"
#include "domain/UBAbstractWidget.h"
#include "domain/UBGraphicsStroke.h"
#include "domain/UBGraphicsStrokesGroup.h"
#include "domain/UBItem.h"
#include "tools/UBGraphicsRuler.h"

@ -619,7 +619,6 @@ void UBPersistenceManager::persistDocumentScene(UBDocumentProxy* pDocumentProxy,
mSceneCache.insert(pDocumentProxy, pSceneIndex, pScene);
emit documentCommitted(pDocumentProxy);
}

Loading…
Cancel
Save