Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/b67edcf505deb7d3a7f448a2d93fbc4f30a05e78?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed issue of focus on title page

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 0c0f9e15a6
commit b67edcf505
  1. 2
      src/gui/UBTeacherGuideWidget.cpp

@ -679,7 +679,9 @@ UBTeacherGuidePageZeroWidget::UBTeacherGuidePageZeroWidget(QWidget* parent, cons
mpLayout->addWidget(mpPageNumberLabel); mpLayout->addWidget(mpPageNumberLabel);
mpScrollArea = new QScrollArea(); mpScrollArea = new QScrollArea();
mpScrollArea->setFocusPolicy(Qt::NoFocus);
mpContainerWidget = new QWidget(); mpContainerWidget = new QWidget();
mpContainerWidget->setFocusPolicy(Qt::NoFocus);
mpContainerWidgetLayout = new QVBoxLayout(); mpContainerWidgetLayout = new QVBoxLayout();
mpLayout->addWidget(mpScrollArea); mpLayout->addWidget(mpScrollArea);

Loading…
Cancel
Save