summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 6794b3fe9f..5b73f8badd 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -209,6 +209,10 @@ static int dbg_threads_action_callback(int action, struct gui_synclist *lists)
209 *x_offset += 1; 209 *x_offset += 1;
210 action = ACTION_REDRAW; 210 action = ACTION_REDRAW;
211 } 211 }
212 else if (IS_SYSEVENT(action))
213 {
214 return ACTION_REDRAW;
215 }
212 else if (action != ACTION_UNKNOWN) 216 else if (action != ACTION_UNKNOWN)
213 { 217 {
214 *x_offset = 0; 218 *x_offset = 0;