From 260189763826947e3f8707fc7930c53ddbc13558 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Wed, 3 Nov 2004 17:57:39 +0000 Subject: [project @ 2004-11-03 17:57:39 by rjw] Hotlist entries are correctly redrawn when renamed svn path=/import/netsurf/; revision=1340 --- riscos/hotlist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/riscos/hotlist.c b/riscos/hotlist.c index 2e9797f13..ab632fd43 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -2541,7 +2541,9 @@ void ro_gui_hotlist_dialog_click(wimp_pointer *pointer) { } free(old_value); } + hotlist_redraw_entry(entry, false); /* first for contracting size */ ro_gui_hotlist_update_entry_size(entry); + hotlist_redraw_entry(entry, false); /* then for expanding size */ } /* Close if we should -- cgit v1.2.3