Skip to content

Commit 650605f

Browse files
committedNov 2, 2011
Fix #4483. Do not allow the toolbar in qbrowser to be hidden
1 parent 6996946 commit 650605f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/browser/qgsbrowserbase.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<height>469</height>
1111
</rect>
1212
</property>
13+
<property name="contextMenuPolicy">
14+
<enum>Qt::NoContextMenu</enum>
15+
</property>
1316
<property name="windowTitle">
1417
<string>QGIS Browser</string>
1518
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.