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

Page 1 (not title) can be deleted.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent 72f944bdbc
commit 370e5b37d0
  1. 2
      src/board/UBBoardController.cpp

@ -624,7 +624,7 @@ void UBBoardController::duplicateItem(UBItem *item)
void UBBoardController::deleteScene(int nIndex)
{
if (selectedDocument()->pageCount()>2)
if (selectedDocument()->pageCount()>=2)
{
QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
persistCurrentScene();

Loading…
Cancel
Save