Fix debug settings boolean to work with the radiogroup update.

This commit is contained in:
Inusaito Sayori
2014-08-23 00:24:57 -04:00
parent e1851f7b5b
commit 59af03695b

View File

@@ -12,10 +12,10 @@
name="comment_text" word_wrap="true" />
<radio_group bottom_delta="-48" draw_border="false" follows="bottom|left|right" height="36"
left="15" name="boolean_combo" visible="false">
<radio_item bottom="-18" height="15" name="TRUE" value="true">
<radio_item bottom="-18" height="15" name="TRUE" value="TRUE">
True
</radio_item>
<radio_item bottom="-36" height="15" name="FALSE" value="">
<radio_item bottom="-36" height="15" name="FALSE" value="FALSE">
False
</radio_item>
<radio_group.commit_callback function="CommitSettings"/>