]> sigrok.org Git - pulseview.git/commit
Fix bar displaying undecoded area
authorSoeren Apel <redacted>
Sat, 21 Apr 2018 21:28:12 +0000 (23:28 +0200)
committerSoeren Apel <redacted>
Tue, 24 Apr 2018 21:15:05 +0000 (23:15 +0200)
commite06cf18db72c518d11f90e9f96dfc3aeed85314f
tree21efc32c581deab6a1ad18a44488da1ab39dc8f8
parent808d1a7e63b957cf0b873294e53d7fd76b5e41b9
Fix bar displaying undecoded area

Issue #1: As decoding happens while the trace is drawn, the
annotations may actually overlap with the bar because the number
of decoded samples is outdated.

Issue #2: The bar is a little too low and off-center.
pv/data/decodesignal.cpp
pv/views/trace/decodetrace.cpp