removed snapshot creation

preferencesAboutTextFull
Claudio Valerio 10 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