Gui: minor fix of tree view drag move
This commit is contained in:
@@ -1418,6 +1418,7 @@ void TreeWidget::dragMoveEvent(QDragMoveEvent *event)
|
||||
if(!(event->possibleActions() & Qt::LinkAction) || items.size()!=1) {
|
||||
TREE_TRACE("cannot drop");
|
||||
event->ignore();
|
||||
return;
|
||||
}
|
||||
}
|
||||
for(auto ti : items) {
|
||||
|
||||
Reference in New Issue
Block a user