This commit is contained in:
xianjimli 2019-04-03 17:13:18 +08:00
parent 5d887a7034
commit 3e30b0a8b1

View File

@ -262,7 +262,7 @@ static ret_t on_open_window(void* ctx, event_t* e) {
(void)e;
#if 1
#if 0
/*for test only*/
widget_on(WIDGET(e->target), EVT_CLICK, on_open_window, (void*)name);
return RET_REMOVE;
@ -306,7 +306,6 @@ static ret_t on_back_to_home(void* ctx, event_t* e) {
widget_t* dialog = WIDGET(ctx);
dialog_quit(dialog, 0);
window_manager_back_to_home(window_manager());
(void)e;
return RET_OK;