Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/fd7b50d0df0af37eb21015637f350b59a9869d67 You should set ROOT_URL correctly, otherwise the web may not work correctly.

dnd from the title of media

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 62c6ab057b
commit fd7b50d0df
  1. 1
      src/gui/UBTeacherGuideWidget.cpp

@ -457,7 +457,6 @@ UBTeacherGuidePresentationWidget::UBTeacherGuidePresentationWidget(QWidget *pare
mpLayout->addWidget(mpTreeWidget);
mpRootWidgetItem = mpTreeWidget->invisibleRootItem();
mpTreeWidget->setSelectionMode(QAbstractItemView::NoSelection);
mpTreeWidget->setDragEnabled(true);
mpTreeWidget->setRootIsDecorated(false);
mpTreeWidget->setIndentation(0);

Loading…
Cancel
Save