Commit 1d0142f1 authored by Claudio Valerio's avatar Claudio Valerio

Each time the tutorial is opened the main page is reload

parent a9cb64da
......@@ -212,6 +212,8 @@ void UBWebController::tutorialWebInstance()
(*mCurrentWebBrowser)->tabWidget()->lineEdits()->hide();
}
else
(*mCurrentWebBrowser)->loadUrl(currentUrl);
UBApplication::applicationController->setMirrorSourceWidget((*mCurrentWebBrowser)->paintWidget());
......
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