Wireshark-commits: [Wireshark-commits] rev 50535: /trunk/ui/gtk/ /trunk/ui/gtk/: packet_panes.c
Date: Fri, 12 Jul 2013 13:56:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50535

User: morriss
Date: 2013/07/12 06:56 AM

Log:
 As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8908#c8 :
 
 When auto-expanding previously-expanded children (r50516), only apply
 auto-scrolling to the tree the user just expanded (not any of its children
 which were auto-expanded).
 
 Also: only expand children of the just-expanded tree, not all instances of
 the just-expanded tree.  This prevents expanding, for example, one SCTP chunk's
 tree from expanding all other chunks in the same frame.  (Of course moving
 between frames will cause the chunks' trees to be expanded.)

Directory: /trunk/ui/gtk/
  Changes    Path              Action
  +9 -6      packet_panes.c    Modified