From f7ee2a03876bf4a5cf66b3a433955e4e55d91362 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Fri, 21 Dec 2012 00:56:50 +0100 Subject: - started to work on settings dialog - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance. --- atari/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index 51865b987..888f82d37 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -144,8 +144,8 @@ void gui_poll(bool active) } /* this suits for stuff with lower priority */ /* TBD: really be spare on redraws??? */ - //hotlist_redraw(); - //global_history_redraw(); + hotlist_redraw(); + global_history_redraw(); } // Handle events until there are no more messages pending or -- cgit v1.2.3