Wireshark-commits: [Wireshark-commits] master 394d23e: Qt: Automatic scrolling shouldn't select the

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 6 Mar 2015 20:21:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=394d23ed7b99e0b7f623dc5ad1ed8698691546f4
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

394d23e by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Automatic scrolling shouldn't select the last packet.
    
    If packet_list_moveto_end does anything it should scroll, not select. Make
    it a no-op for the time being.
    
    Change-Id: I149815c8f9e50e95a4a77b91b7582c44eed6db4b
    Ping-Bug: 10601
    Reviewed-on: https://code.wireshark.org/review/7564
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  5da5693   jsmn: bugfix in jsmn_parse() (found by clang).
    adds  394d23e   Qt: Automatic scrolling shouldn't select the last packet.


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