mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 07:23:36 +08:00
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…
x
Reference in New Issue
Block a user