Skip to content

Commit

Permalink
fix audio api radio buttons
Browse files Browse the repository at this point in the history
Only the first wxRadioButton in a group is supposed to have the wxRB_GROUP
style, I broke this in 964f086.
  • Loading branch information
rkitover committed Jan 9, 2019
1 parent 327611b commit 83b3ebd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/wx/xrc/SoundConfig.xrc
Expand Up @@ -109,31 +109,27 @@
<object class="sizeritem">
<object class="wxRadioButton" name="OpenAL">
<label>OpenAL</label>
<style>wxRB_GROUP</style>
</object>
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
</object>
<object class="sizeritem">
<object class="wxRadioButton" name="DirectSound">
<label>DirectSound</label>
<style>wxRB_GROUP</style>
</object>
<flag>wxALL</flag>
<border>5</border>
</object>
<object class="sizeritem">
<object class="wxRadioButton" name="XAudio2">
<label>XAudio2</label>
<style>wxRB_GROUP</style>
</object>
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
</object>
<object class="sizeritem">
<object class="wxRadioButton" name="FAudio">
<label>FAudio</label>
<style>wxRB_GROUP</style>
</object>
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
Expand Down

0 comments on commit 83b3ebd

Please sign in to comment.