Disable drag mod reordering
This commit is contained in:
		@@ -20,7 +20,7 @@ ModListView::ModListView ( QWidget* parent )
 | 
			
		||||
	setHorizontalScrollBarPolicy ( Qt::ScrollBarAsNeeded );
 | 
			
		||||
	setDropIndicatorShown(true);
 | 
			
		||||
	setDragEnabled(true);
 | 
			
		||||
	setDragDropMode(QAbstractItemView::DragDrop);
 | 
			
		||||
	setDragDropMode(QAbstractItemView::DropOnly);
 | 
			
		||||
	viewport()->setAcceptDrops(true);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user