Fix debug settings boolean to work with the radiogroup update.
This commit is contained in:
@@ -12,10 +12,10 @@
|
|||||||
name="comment_text" word_wrap="true" />
|
name="comment_text" word_wrap="true" />
|
||||||
<radio_group bottom_delta="-48" draw_border="false" follows="bottom|left|right" height="36"
|
<radio_group bottom_delta="-48" draw_border="false" follows="bottom|left|right" height="36"
|
||||||
left="15" name="boolean_combo" visible="false">
|
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
|
True
|
||||||
</radio_item>
|
</radio_item>
|
||||||
<radio_item bottom="-36" height="15" name="FALSE" value="">
|
<radio_item bottom="-36" height="15" name="FALSE" value="FALSE">
|
||||||
False
|
False
|
||||||
</radio_item>
|
</radio_item>
|
||||||
<radio_group.commit_callback function="CommitSettings"/>
|
<radio_group.commit_callback function="CommitSettings"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user