SANKORE-334 fix incorrect "Can`t Load Content" message when we add it to Board

preferencesAboutTextFull
Anatoly Mihalchenko 13 years ago
parent f9b5cc4847
commit b24a787ebd
  1. 2
      src/domain/UBGraphicsScene.cpp

@ -1171,7 +1171,7 @@ void UBGraphicsScene::addGraphicsWidget(UBGraphicsWidgetItem* graphicsWidget, co
if (graphicsWidget->widgetWebView()->canBeContent())
{
graphicsWidget->widgetWebView()->loadMainHtml();
// graphicsWidget->widgetWebView()->loadMainHtml();
graphicsWidget->setSelected(true);
UBGraphicsItemUndoCommand* uc = new UBGraphicsItemUndoCommand(this, 0, graphicsWidget);

Loading…
Cancel
Save