mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
[project @ 2004-11-03 17:57:39 by rjw]
Hotlist entries are correctly redrawn when renamed svn path=/import/netsurf/; revision=1340
This commit is contained in:
parent
b5d3538957
commit
2601897638
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user