summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_panes.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-26 01:45:48 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-26 01:45:48 +0000
commit5c6e1d5d40e74cb010fd8c6d13fae394d64f47dd (patch)
treefa4c60b905a27983e7e1470b9bbd550b1c6e5cbb /ui/gtk/packet_panes.c
parent588bc03a5bc23a72c91773b3f03d3fc5468dbddb (diff)
downloadwireshark-5c6e1d5d40e74cb010fd8c6d13fae394d64f47dd.tar.gz
From Cal Turney and Jiří Engelthaler via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8908 : The fix for bug 5585 (r35583) is no longer necessary (thanks to r50516) and it causes the screen to flicker when clicking on bytes in the bytes pane. svn path=/trunk/; revision=50903
Diffstat (limited to 'ui/gtk/packet_panes.c')
-rw-r--r--ui/gtk/packet_panes.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/gtk/packet_panes.c b/ui/gtk/packet_panes.c
index 61e97988ed..242cc8bb3b 100644
--- a/ui/gtk/packet_panes.c
+++ b/ui/gtk/packet_panes.c
@@ -395,9 +395,6 @@ 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 */
- proto_tree_draw(tree, GTK_WIDGET(tree_view));
-
/* select our field's row */
gtk_tree_selection_select_path(gtk_tree_view_get_selection(tree_view),
first_path);