Wireshark-commits: [Wireshark-commits] master d7b286c: Qt: Be less aggressive about reselecting pac

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 23 Jun 2015 18:23:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7b286c7941bb0adf0566844637ffcc245bf1db1
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d7b286c by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Be less aggressive about reselecting packets.
    
    Don't reselect the current row in redrawVisiblePackets. That routine is
    called in quite a few places, including ones where we don't want to
    automatically scroll to the current packet.
    
    Change-Id: Ia29a832235c0e260d8b17f1ce76745047700537b
    Reviewed-on: https://code.wireshark.org/review/9064
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  9723c7a   Remove more deprecated tvb_length calls
    adds  d7b286c   Qt: Be less aggressive about reselecting packets.


Summary of changes:
 ui/qt/packet_list.cpp |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)