Revert collection options QToolButton mode

Changing this button type fixed the arrow problem but has a side effect of making the button only clickable on the arrow portion.   #795 fixed the issue with styling on QToolButtons and ends up fixing this issue too.  Therefore the change to MenuButtonPopup should be reverted in order to restore the original functionality.
This commit is contained in:
buckmelanoma 2021-10-24 09:44:11 -07:00 committed by Jonas Kvinge
parent d9fd330216
commit 69374bfa11
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</size>
</property>
<property name="popupMode">
<enum>QToolButton::MenuButtonPopup</enum>
<enum>QToolButton::InstantPopup</enum>
</property>
</widget>
</item>