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

fixed a bug where where the active scene was overwritten by the last one

preferencesAboutTextFull
Clément Fauconnier 8 years ago
parent 0bbc5ec812
commit 8429a9706c
  1. 5
      src/board/UBBoardController.cpp

@ -1534,12 +1534,13 @@ void UBBoardController::setActiveDocumentScene(UBDocumentProxy* pDocumentProxy,
{
freezeW3CWidgets(true);
persistCurrentScene();
ClearUndoStack();
mActiveScene = targetScene;
mActiveSceneIndex = index;
persistCurrentScene();
setDocument(pDocumentProxy, forceReload);
updateSystemScaleFactor();

Loading…
Cancel
Save