Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/87c48bbbf8b5f5df1ea427cb6ee329c58db2001b?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
0 additions and
7 deletions
src/board/UBBoardController.cpp
src/domain/UBGraphicsScene.cpp
@ -1122,7 +1122,6 @@ UBItem *UBBoardController::downloadFinished(bool pSuccess, QUrl sourceUrl, QUrl
qDebug ( ) < < " accepting mime type " < < mimeType < < " as vecto image " ;
qDebug ( ) < < " accepting mime type " < < mimeType < < " as vecto image " ;
UBGraphicsSvgItem * svgItem = mActiveScene - > addSvg ( sourceUrl , pPos , pData ) ;
UBGraphicsSvgItem * svgItem = mActiveScene - > addSvg ( sourceUrl , pPos , pData ) ;
svgItem - > setSourceUrl ( sourceUrl ) ;
svgItem - > setSourceUrl ( sourceUrl ) ;
if ( isBackground )
if ( isBackground )
@ -836,12 +836,6 @@ void UBGraphicsScene::eraseLineTo(const QPointF &pEndPoint, const qreal &pWidth)
removeItem ( intersectedPolygonItem ) ;
removeItem ( intersectedPolygonItem ) ;
if ( bApplyTransform )
if ( bApplyTransform )
intersectedPolygonItem - > setTransform ( t ) ;
intersectedPolygonItem - > setTransform ( t ) ;
removeItem ( intersectedPolygonItem ) ;
if ( bApplyTransform )
intersectedPolygonItem - > setTransform ( t ) ;
}
}
if ( ! intersectedItems . empty ( ) )
if ( ! intersectedItems . empty ( ) )