提交 5bd123e1 编写于 作者: B bernard.xiong

change the type of selection from rt_uint16_t to rt_int16_t.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@489 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 1c2add1a
......@@ -25,7 +25,8 @@ struct rtgui_radiobox
rt_uint8_t item_size;
char** items;
rt_uint16_t item_count, item_selection;
rt_uint16_t item_count;
rt_int16_t item_selection;
};
typedef struct rtgui_radiobox rtgui_radiobox_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册