From 30b047223abc6075763935ffa0de9491c2f855f3 Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Wed, 19 Jan 2011 17:58:53 +0000 Subject: From Cal Turney via bug #5585: When searching in packet bytes, the field and bytes are not immediately shown. svn path=/trunk/; revision=35583 --- gtk/main_proto_draw.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk') diff --git a/gtk/main_proto_draw.c b/gtk/main_proto_draw.c index edd2c097ad..2a0ebc827e 100644 --- a/gtk/main_proto_draw.c +++ b/gtk/main_proto_draw.c @@ -572,6 +572,9 @@ highlight_field(tvbuff_t *tvb, gint byte, GtkTreeView *tree_view, gtk_tree_path_free(path); } + /* Refresh the display so that the expanded trees are visible */ + main_proto_tree_draw(tree); + /* select our field's row */ gtk_tree_selection_select_path(gtk_tree_view_get_selection(tree_view), first_path); -- cgit v1.2.3