Commit 7d671fcd authored by shibakaneki's avatar shibakaneki

Resolved the call to the video picker when trapping embedded web content

parent 75ddbf80
...@@ -1472,7 +1472,7 @@ UBGraphicsW3CWidgetItem* UBGraphicsScene::addOEmbed(const QUrl& pContentUrl, con ...@@ -1472,7 +1472,7 @@ UBGraphicsW3CWidgetItem* UBGraphicsScene::addOEmbed(const QUrl& pContentUrl, con
foreach(QString widgetPath, widgetPaths) foreach(QString widgetPath, widgetPaths)
{ {
if (widgetPath.contains("VideoPicker")) if (widgetPath.contains("Sel video"))
{ {
widget = addW3CWidget(QUrl::fromLocalFile(widgetPath), pPos); widget = addW3CWidget(QUrl::fromLocalFile(widgetPath), pPos);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment