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:
parent
0b30e68b10
commit
fe5b403ee2
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue