mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 05:44:45 -04:00
fixed wrong context menu policy in boards widget list
This commit is contained in:
parent
e1ca1e137c
commit
054ae9a3ce
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue