Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/39885d389e9d54376c1837a2e62349e420a67a7f You should set ROOT_URL correctly, otherwise the web may not work correctly.

update actions on drop event (document_mode)

preferencesAboutTextFull
Clément Fauconnier 7 years ago
parent 42fc2882a7
commit 39885d389e
  1. 2
      src/document/UBDocumentController.cpp

@ -1460,6 +1460,8 @@ void UBDocumentTreeView::dropEvent(QDropEvent *event)
expand(proxy->mapFromSource(targetIndex));
QTreeView::dropEvent(event);
UBApplication::documentController->updateActions();
}
void UBDocumentTreeView::paintEvent(QPaintEvent *event)

Loading…
Cancel
Save