提交 fe5b403e 编写于 作者: D dzzxzz@gmail.com

fixed the issue that calibration window can't be closed in mini2440 BSP

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2168 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 0b30e68b
......@@ -253,8 +253,8 @@ void calibration_entry(void *parameter)
rtgui_object_set_event_handler(RTGUI_OBJECT(win), calibration_event_handler);
rtgui_win_show(win, RT_FALSE);
rtgui_application_run(app);
rtgui_win_show(win, RT_TRUE);
rtgui_win_destroy(win);
rtgui_application_destroy(app);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册