Wireshark-commits: [Wireshark-commits] master e38d103: Qt: Only color sequence analysis items havin

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

Commits:

e38d103 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>
    

Actions performed:

    from  9f55eb4   wslua: fix wslua file test failure
    adds  e38d103   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(-)