From ea3df2e9bdb02f44f17acc2f389fb6280d0dc98b Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 12 Jan 2019 14:35:09 +0100 Subject: Some more drag and drop related changes, still no fix though. --- src/mainwindow.ui | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 4f5400dd..83b99486 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1322,11 +1322,14 @@ p, li { white-space: pre-wrap; } This is a list of mods you downloaded from Nexus. Double click one to install it. You can also drag an archive into here. - - QAbstractItemView::NoEditTriggers + + Qt::ScrollBarAlwaysOn + + + true - QAbstractItemView::DropOnly + QAbstractItemView::DragDrop Qt::MoveAction @@ -1334,6 +1337,9 @@ p, li { white-space: pre-wrap; } true + + QAbstractItemView::ScrollPerPixel + 0 -- cgit v1.3.1