Wireshark-commits: [Wireshark-commits] master fc56f23: Qt: Add hover style to packet list and proto
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 02 Apr 2019 03:30:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc56f23303768200afb1a14ff55c5abf4d4404cb
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

fc56f23 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Add hover style to packet list and proto tree
    
    Highlight the row in packet list and proto tree when mouse hovers
    above the row. This mimics the behaviour on Windows.
    
    Change-Id: I28461f9d7740269bad39893597232fe775f77a86
    Reviewed-on: https://code.wireshark.org/review/32619
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  009283a   Qt: Bring back border around inactive+selected packet list items
     add  fc56f23   Qt: Add hover style to packet list and proto tree


Summary of changes:
 ui/qt/models/related_packet_delegate.cpp |  5 +++++
 ui/qt/packet_list.cpp                    | 19 ++++++++++++++++++-
 ui/qt/proto_tree.cpp                     | 17 +++++++++++++++++
 3 files changed, 40 insertions(+), 1 deletion(-)