fixed wrong context menu policy in boards widget list

This commit is contained in:
csoler 2020-10-06 21:53:28 +02:00
parent e1ca1e137c
commit 054ae9a3ce

View File

@ -493,6 +493,9 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="RSTreeView" name="postsTree">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::CurrentChanged|QAbstractItemView::SelectedClicked</set>
</property>