Wireshark-commits: [Wireshark-commits] master-2.2 14ec1d4: Qt: Only color sequence analysis items h

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 2 Oct 2016 17:56:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=14ec1d4f74b513988d7e0b22a92d44d4a6d40d33
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

14ec1d4 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Only color sequence analysis items having color filter
    
    Packets without a color filter will end up with fg_color and
    bg_color = 0, so avoid drawing all in black.
    
    Bug: 12065
    Change-Id: I76bcabcfa3281fcece08f1b2af66274c808b80bb
    Reviewed-on: https://code.wireshark.org/review/18018
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit e38d103d30f8131efd22742d6b03d7f34a226936)
    Reviewed-on: https://code.wireshark.org/review/18027
    

Actions performed:

    from  d6b74a7   wslua: fix wslua file test failure
    adds  14ec1d4   Qt: Only color sequence analysis items having color filter


Summary of changes:
 ui/qt/sequence_diagram.cpp |   10 +++++++---
 ui/tap-sequence-analysis.c |    1 +
 ui/tap-sequence-analysis.h |    1 +
 3 files changed, 9 insertions(+), 3 deletions(-)