[bsp]update rtgui_demo.c

This commit is contained in:
tangyuxin 2017-11-13 18:05:29 +08:00
parent 6127313514
commit f878c6a59f

View File

@ -92,7 +92,7 @@ rt_bool_t dc_event_handler(struct rtgui_object *object, rtgui_event_t *event)
struct rtgui_dc *dc; struct rtgui_dc *dc;
rtgui_rect_t rect; rtgui_rect_t rect;
rt_kprintf("\r\n RTGUI_EVENT_PAINT \r\n"); DEBUG_PRINTF("\r\n RTGUI_EVENT_PAINT \r\n");
rtgui_win_event_handler(RTGUI_OBJECT(widget), event); rtgui_win_event_handler(RTGUI_OBJECT(widget), event);
rtgui_widget_get_rect(widget, &rect); rtgui_widget_get_rect(widget, &rect);