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> <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>