mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
sync with RTGUI c074ff2898b9e
Full log is in GitHub. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2222 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -307,6 +307,8 @@ rt_bool_t rtgui_textview_event_handler(struct rtgui_object* object, struct rtgui
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
return rtgui_widget_event_handler(RTGUI_OBJECT(widget),event);
|
||||
}
|
||||
|
||||
return RT_FALSE;
|
||||
|
||||
Reference in New Issue
Block a user