Skip to content

Commit

Permalink
fix(gui): should clear trash widget when module destroyed
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Nov 18, 2018
1 parent 6262f20 commit 1ad6be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widget_task.c
Expand Up @@ -145,7 +145,7 @@ void LCUIWidget_InitTasks(void)

void LCUIWidget_FreeTasks(void)
{

LCUIWidget_ClearTrash();
}

int Widget_Update(LCUI_Widget w)
Expand Down

0 comments on commit 1ad6be1

Please sign in to comment.