From 2083375ec45d159a916caee3b7b570aa6670684c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 16 Jan 2017 22:24:05 +0000 Subject: Perform dynamic update of Hotlist menu when using MenuClass menus Currently updates on closing the Hotlist window, but could be persuaded to update on every hotlist drag if deemed necessary. --- frontends/amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/gui.c') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index bee7a8dd7..b2a489e72 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -3327,7 +3327,7 @@ void ami_gui_hotlist_update_all(void) if(IsMinListEmpty(window_list)) return; - //ami_gui_menu_refresh_hotlist(); /**\todo disabled as menuclass isn't updating correctly */ + ami_gui_menu_refresh_hotlist(); node = (struct nsObject *)GetHead((struct List *)window_list); -- cgit v1.2.3