Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/5c89e8a7521948f735d3940b11eb2f54a0a67b4d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
5 deletions
src/core/UB.h
@ -143,25 +143,25 @@ struct UBGraphicsItemType
{
enum Enum
{
PolygonItemType = QGraphicsItem : : UserType + 1 ,
PolygonItemType = QGraphicsItem : : UserType + 1 , //65537
PixmapItemType ,
SvgItemType ,
DelegateButtonType ,
DelegateButtonType , //65540
MediaItemType ,
PDFItemType ,
TextItemType ,
CurtainItemType ,
RulerItemType ,
RulerItemType , //65545
CompassItemType ,
ProtractorItemType ,
StrokeItemType ,
TriangleItemType ,
MagnifierItemType ,
MagnifierItemType , //65550
cacheItemType ,
groupContainerType ,
ToolWidgetItemType ,
GraphicsWidgetItemType ,
UserTypesCount ,
UserTypesCount , //65555
SelectionFrameType // this line must be the last line in this enum because it is types counter.
} ;
} ;