summaryrefslogtreecommitdiff
path: root/src/modinfodialog.ui
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-05-18 03:53:20 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-05-18 03:53:20 -0400
commit6c470aff829bed12853321c25262b84934242098 (patch)
treef097fe3305c59554efc2ec16bb320dc1ea5efec5 /src/modinfodialog.ui
parent47cca19109d47ccdb70c49f2bdc2e8170cd95ce3 (diff)
changed the top conflict treeview to support multiple selection
this required making some changes to both trees because they were sharing m_ConflictsContextItem that was set on right clicks; both trees are now independent hide/unhide is always shown on multiple selection to avoid scanning all the selected items
Diffstat (limited to 'src/modinfodialog.ui')
-rw-r--r--src/modinfodialog.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui
index 0211e704..39173a14 100644
--- a/src/modinfodialog.ui
+++ b/src/modinfodialog.ui
@@ -430,6 +430,9 @@ Most mods do not have optional esps, so chances are good you are looking at an e
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
+ <property name="selectionMode">
+ <enum>QAbstractItemView::ExtendedSelection</enum>
+ </property>
<property name="textElideMode">
<enum>Qt::ElideLeft</enum>
</property>