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

Revert "force saving of current scene, while not explicitely asked to not"

This reverts commit 08f7b3c1d5.
preferencesAboutTextFull
Clément Fauconnier 7 years ago
parent 92297181b5
commit 532ed5331f
  1. 2
      src/board/UBBoardController.h

@ -160,7 +160,7 @@ class UBBoardController : public UBDocumentContainer
}
qreal currentZoom();
void persistViewPositionOnCurrentScene();
void persistCurrentScene(bool isAnAutomaticBackup = false, bool forceImmediateSave = true);
void persistCurrentScene(bool isAnAutomaticBackup = false, bool forceImmediateSave = false);
void showNewVersionAvailable(bool automatic, const UBVersion &installedVersion, const UBSoftwareUpdate &softwareUpdate);
void setBoxing(QRect displayRect);
void setToolbarTexts();

Loading…
Cancel
Save