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

teacher guide could be completely removed from application

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 05847f6c67
commit a6c6ee3f61
  1. 2
      src/adaptors/UBThumbnailAdaptor.cpp

@ -165,7 +165,7 @@ void UBThumbnailAdaptor::persistScene(UBDocumentProxy* proxy, UBGraphicsScene* p
pScene->render(&painter, imageRect, sceneRect, Qt::KeepAspectRatio);
if(UBApplication::boardController->paletteManager()->teacherGuideDockWidget()->teacherGuideWidget()->isModified()){
if(UBApplication::boardController->paletteManager()->teacherGuideDockWidget() && UBApplication::boardController->paletteManager()->teacherGuideDockWidget()->teacherGuideWidget()->isModified()){
QPixmap toque(":images/toque.svg");
painter.setOpacity(0.6);
painter.drawPixmap(QPoint(width - toque.width(),0),toque);

Loading…
Cancel
Save