Commit 39885d38 authored by Clément Fauconnier's avatar Clément Fauconnier

update actions on drop event (document_mode)

parent 42fc2882
......@@ -1460,6 +1460,8 @@ void UBDocumentTreeView::dropEvent(QDropEvent *event)
expand(proxy->mapFromSource(targetIndex));
QTreeView::dropEvent(event);
UBApplication::documentController->updateActions();
}
void UBDocumentTreeView::paintEvent(QPaintEvent *event)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment