]> sigrok.org Git - pulseview.git/commit
TabularDecView: Fix some UI issues
authorSoeren Apel <redacted>
Sat, 11 Jul 2020 20:28:11 +0000 (22:28 +0200)
committerSoeren Apel <redacted>
Sat, 11 Jul 2020 20:31:23 +0000 (22:31 +0200)
commitb36ba61198551c5994c9b3210b07109ac0d87829
tree2a0f6422ced3c04d1ad3530fe2938aa51d67afef
parent1774d669023d26029bbc19ac6c3f5a564ab1fed4
TabularDecView: Fix some UI issues

1) Window didn't immediately show when signal color was changed
2) Removing a PD and adding another caused the window to stay empty
forever if "hide hidden" was enabled
3) Changing the PD showed the previous PD's content in the window
until the mouse cursor moved into the main trace view to cause a
repaint
pv/views/tabular_decoder/model.cpp
pv/views/tabular_decoder/view.cpp