Commit 532ed533 authored by Clément Fauconnier's avatar Clément Fauconnier

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

This reverts commit 08f7b3c1.
parent 92297181
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment