]> sigrok.org Git - pulseview.git/commitdiff
Make restack_items() available to all TraceTreeItemOwners
authorSoeren Apel <redacted>
Fri, 14 Jul 2017 06:40:04 +0000 (08:40 +0200)
committerSoeren Apel <redacted>
Fri, 14 Jul 2017 06:40:04 +0000 (08:40 +0200)
Currently, TTIO:restack_items() is empty and only the
TraceGroup actually implements it. For this reason, decode
traces (and analog traces) are correctly pushing other traces
around when their size changes.
Top-level traces that are not part of a group however aren't
handled properly, simply overlapping when they grow.

This patch makes the code available to all TTIO-derived
classes, allowing all owners (including View itself) to
properly handle this event.


No differences found