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
This commit is contained in:
dzzxzz@gmail.com 2012-06-15 08:47:20 +00:00
parent 0b30e68b10
commit fe5b403ee2
1 changed files with 2 additions and 2 deletions

View File

@ -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);