Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/a713dd7ec0a8725b2110566120453df795048874 You should set ROOT_URL correctly, otherwise the web may not work correctly.

removed snapshot creation

preferencesAboutTextFull
Claudio Valerio 11 years ago
parent 620e9f7748
commit a713dd7ec0
  1. 6
      src/adaptors/UBSvgSubsetAdaptor.cpp

@ -2344,8 +2344,10 @@ void UBSvgSubsetAdaptor::UBSvgSubsetWriter::graphicsWidgetToSvg(UBGraphicsWidget
mXmlWriter.writeAttribute(UBSettings::uniboardDocumentNamespaceUri, "frozen", xmlTrue);
}
QString snapshotPath = mDocumentPath + "/" + UBPersistenceManager::widgetDirectory + "/" + uuid + ".png";
item->takeSnapshot().save(snapshotPath, "PNG");
// QString snapshotPath = mDocumentPath + "/" + UBPersistenceManager::widgetDirectory + "/" + uuid + ".png";
// item->takeSnapshot().save(snapshotPath, "PNG");
mXmlWriter.writeStartElement(nsXHtml, "iframe");

Loading…
Cancel
Save