[bsp]update rtgui_demo.c

This commit is contained in:
tangyuxin 2017-11-13 18:05:29 +08:00
parent 6127313514
commit f878c6a59f
1 changed files with 34 additions and 34 deletions

View File

@ -92,7 +92,7 @@ rt_bool_t dc_event_handler(struct rtgui_object *object, rtgui_event_t *event)
struct rtgui_dc *dc;
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_widget_get_rect(widget, &rect);