From 1d535a9a43e65a1fa3e205c42bc106ee0ce6a1a5 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 17 Sep 2013 02:10:35 +0200 Subject: Treeview implementation adjusted (still requires changes at several places in the atari frontent) --- atari/gui.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index 83731b4de..3f056a1bc 100644 --- a/atari/gui.c +++ b/atari/gui.c @@ -171,6 +171,8 @@ void gui_poll(bool active) tmp = tmp->next; } + // TODO: reenable treeview redraws +/* if(hl.tv->redraw){ atari_treeview_redraw(hl.tv); } @@ -178,6 +180,7 @@ void gui_poll(bool active) if(gl_history.tv->redraw){ atari_treeview_redraw(gl_history.tv); } +*/ } -- cgit v1.2.3