]> sigrok.org Git - pulseview.git/commit
View: Make signals_changed() more predictable
authorSoeren Apel <redacted>
Sun, 3 Apr 2016 18:35:57 +0000 (20:35 +0200)
committerSoeren Apel <redacted>
Sun, 3 Apr 2016 18:35:57 +0000 (20:35 +0200)
commitd6128866e740f496a1bb3c9636e188648507fc3a
tree35264f609f4c3d973012e579ed9d7eedb2c73e97
parentd9177e6cfafcbb3bdca8f8529e7c74f6a56d0a1a
View: Make signals_changed() more predictable

Newly created trace groups have their traces restacked
immediately to make sure we can rely on the group's v_extents.

We no longer unconditionally add trace groups that could
actually be empty.

The code that adds the new top-level items is more
straightforward now.
pv/view/view.cpp