mirror of https://github.com/PCSX2/pcsx2.git
Debugger: Disable the debugger toolbar ctx menu
The context menu by default has a checkbox to hide the toolbar. The issue is, once the toolbar is hidden you can no longer un-hide it.
This commit is contained in:
parent
f16ce3bdbe
commit
f75a0df449
|
@ -26,6 +26,9 @@
|
|||
</layout>
|
||||
</widget>
|
||||
<widget class="QToolBar" name="toolBar">
|
||||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::PreventContextMenu</enum>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue