Make sure PD row colors remain constant by adding a row index
authorSoeren Apel <soeren@apelpie.net>
Mon, 16 Jul 2018 16:27:54 +0000 (18:27 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 21 Jul 2018 16:57:21 +0000 (18:57 +0200)
commitf98070844c2d468fdbb6beb5b65e4ccbbcd3f10b
tree4d309fda021ac9473f6c73e6744bc8b8319569c5
parentbc4b9ccfc78d9d0987525360fa6d93bed681951a
Make sure PD row colors remain constant by adding a row index

Without this change, PD row colors depend on the visible rows,
not a constant ID. This means that rows that collapse change the
colors of all rows coming after them.
pv/data/decode/row.cpp
pv/data/decode/row.hpp
pv/data/decodesignal.cpp
pv/views/trace/decodetrace.cpp