mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
fixed regression preventing context menu to open in destination directory for RsCollection
This commit is contained in:
parent
6a0ccc4444
commit
0359795cae
@ -10,6 +10,9 @@
|
|||||||
<height>778</height>
|
<height>778</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="contextMenuPolicy">
|
||||||
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Collection</string>
|
<string>Collection</string>
|
||||||
</property>
|
</property>
|
||||||
@ -422,7 +425,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="downloadFolder_LE">
|
<widget class="QLineEdit" name="downloadFolder_LE">
|
||||||
<property name="contextMenuPolicy">
|
<property name="contextMenuPolicy">
|
||||||
<enum>Qt::PreventContextMenu</enum>
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Right click to change download directory</string>
|
<string>Right click to change download directory</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user