Wireshark-commits: [Wireshark-commits] master-2.0 afb7b42: Qt: fix "go to packet" broken by g56625d

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Nov 2015 07:45:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afb7b42360991f38fda3962eb6899562a2d75d6d
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

afb7b42 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: fix "go to packet" broken by g56625dd
    
    Keeping auto scroll is required to update the row displayed.
    Instead catch the mouse event and stop auto scroll only during that time.
    
    Change-Id: Ibc5b0a4115192fc3e01e63c82e67761e5aed9d3b
    Reviewed-on: https://code.wireshark.org/review/12235
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit df83e45084f7a8430225f646a03d1974b188d3ca)
    Reviewed-on: https://code.wireshark.org/review/12241
    

Actions performed:

    from  a082839   Remove 'filetap' residue from .gitignore
    adds  afb7b42   Qt: fix "go to packet" broken by g56625dd


Summary of changes:
 ui/qt/packet_list.cpp |    8 +++++++-
 ui/qt/packet_list.h   |    1 +
 2 files changed, 8 insertions(+), 1 deletion(-)