Wireshark-commits: [Wireshark-commits] master e7dc592: Qt: Fix our Expert Info foreground color log
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e7dc5924069e301698719719fb449f2a4229e7f3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e7dc592 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Fix our Expert Info foreground color logic.
Set the foreground color of an expert info item only when we set its
background color, otherwise we show black text on a dark background.
Remove an unneeded include while we're here.
Change-Id: Ibb835d26d7aa18bfb406b7820b321dc372aed599
Ping-Bug: 15511
Reviewed-on: https://code.wireshark.org/review/32534
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 0b69783 ieee80211: Add version and subtype field for Aerohive IE
add e7dc592 Qt: Fix our Expert Info foreground color logic.
Summary of changes:
ui/qt/models/expert_info_model.cpp | 1 -
ui/qt/models/expert_info_proxy_model.cpp | 26 +++++++++++++++++++++++---
2 files changed, 23 insertions(+), 4 deletions(-)