Each time the tutorial is opened the main page is reload

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent a9cb64da4c
commit 1d0142f144
  1. 2
      src/web/UBWebController.cpp

@ -212,6 +212,8 @@ void UBWebController::tutorialWebInstance()
(*mCurrentWebBrowser)->tabWidget()->lineEdits()->hide();
}
else
(*mCurrentWebBrowser)->loadUrl(currentUrl);
UBApplication::applicationController->setMirrorSourceWidget((*mCurrentWebBrowser)->paintWidget());

Loading…
Cancel
Save