fix audio api radio buttons
Only the first wxRadioButton in a group is supposed to have the wxRB_GROUP
style, I broke this in 964f086b
.
This commit is contained in:
parent
327611b7dd
commit
83b3ebd7f0
|
@ -109,7 +109,6 @@
|
|||
<object class="sizeritem">
|
||||
<object class="wxRadioButton" name="OpenAL">
|
||||
<label>OpenAL</label>
|
||||
<style>wxRB_GROUP</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
|
@ -117,7 +116,6 @@
|
|||
<object class="sizeritem">
|
||||
<object class="wxRadioButton" name="DirectSound">
|
||||
<label>DirectSound</label>
|
||||
<style>wxRB_GROUP</style>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
|
@ -125,7 +123,6 @@
|
|||
<object class="sizeritem">
|
||||
<object class="wxRadioButton" name="XAudio2">
|
||||
<label>XAudio2</label>
|
||||
<style>wxRB_GROUP</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
|
@ -133,7 +130,6 @@
|
|||
<object class="sizeritem">
|
||||
<object class="wxRadioButton" name="FAudio">
|
||||
<label>FAudio</label>
|
||||
<style>wxRB_GROUP</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
|
|
Loading…
Reference in New Issue