Browse Source

Fix mutually exclusive radio buttons can be unselected.

adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
8366fced96
  1. 7
      src/gui/options.ui

7
src/gui/options.ui

@ -754,6 +754,9 @@ @@ -754,6 +754,9 @@
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item>
@ -761,6 +764,9 @@ @@ -761,6 +764,9 @@
<property name="text">
<string>Advanced</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item>
@ -3248,5 +3254,6 @@ @@ -3248,5 +3254,6 @@
</connections>
<buttongroups>
<buttongroup name="buttonGroup"/>
<buttongroup name="buttonGroup_2"/>
</buttongroups>
</ui>

Loading…
Cancel
Save