fixed regression preventing context menu to open in destination directory for RsCollection

This commit is contained in:
csoler 2017-10-22 20:08:22 +02:00
parent 6a0ccc4444
commit 0359795cae

View File

@ -10,6 +10,9 @@
<height>778</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="windowTitle">
<string>Collection</string>
</property>
@ -422,7 +425,7 @@
<item>
<widget class="QLineEdit" name="downloadFolder_LE">
<property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum>
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="toolTip">
<string>Right click to change download directory</string>