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

Corrected displaying pages previews.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent d4072aae09
commit 9ebeb982c4
  1. 1
      src/gui/UBDocumentNavigator.cpp

@ -161,6 +161,7 @@ void UBDocumentNavigator::refreshScene()
int rowIndex = i / mNbColumns; int rowIndex = i / mNbColumns;
item.Place(rowIndex, columnIndex, mThumbnailWidth, thumbnailHeight); item.Place(rowIndex, columnIndex, mThumbnailWidth, thumbnailHeight);
} }
scene()->setSceneRect(scene()->itemsBoundingRect());
} }
/** /**

Loading…
Cancel
Save