Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/d8c9ebf46f6c685139ef74b854c01a33f26897a1?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
1 deletions
src/document/UBDocumentController.cpp
@ -1548,7 +1548,6 @@ void UBDocumentTreeView::dropEvent(QDropEvent *event)
const QPixmap * pix = new QPixmap ( thumbTmp ) ;
const QPixmap * pix = new QPixmap ( thumbTmp ) ;
UBDocumentController * ctrl = UBApplication : : documentController ;
UBDocumentController * ctrl = UBApplication : : documentController ;
ctrl - > addPixmapAt ( pix , toIndex ) ;
ctrl - > addPixmapAt ( pix , toIndex ) ;
ctrl - > TreeViewSelectionChanged ( ctrl - > firstSelectedTreeIndex ( ) , QModelIndex ( ) ) ;
}
}
QApplication : : restoreOverrideCursor ( ) ;
QApplication : : restoreOverrideCursor ( ) ;
@ -1557,6 +1556,8 @@ void UBDocumentTreeView::dropEvent(QDropEvent *event)
docModel - > setHighLighted ( QModelIndex ( ) ) ;
docModel - > setHighLighted ( QModelIndex ( ) ) ;
}
}
UBApplication : : documentController - > TreeViewSelectionChanged ( UBApplication : : documentController - > firstSelectedTreeIndex ( ) , QModelIndex ( ) ) ;
}
}
else
else
{
{