Merge branch 'master' of github.com:Sankore/Sankore-3.1

preferencesAboutTextFull
Aleksei Kanash 12 years ago
commit 5c368021b1
  1. 2
      src/board/UBBoardController.cpp

@ -1237,7 +1237,7 @@ UBItem *UBBoardController::downloadFinished(bool pSuccess, QUrl sourceUrl, QStri
{
UBGraphicsWidgetItem *widgetItem = mActiveScene->addW3CWidget(QUrl::fromLocalFile(widgetUrl), pPos);
widgetItem->setUuid(QUuid::createUuid());
widgetItem->setSourceUrl(sourceUrl);
widgetItem->setSourceUrl(QUrl::fromLocalFile(widgetUrl));
UBDrawingController::drawingController()->setStylusTool(UBStylusTool::Selector);

Loading…
Cancel
Save