]> sigrok.org Git - pulseview.git/commit
Fix #1212 by not resetting the cursors pointer
authorBrian Starkey <redacted>
Fri, 1 Jun 2018 17:33:08 +0000 (18:33 +0100)
committerUwe Hermann <redacted>
Sun, 3 Jun 2018 17:02:28 +0000 (19:02 +0200)
commitba804ad012807c3c689bf696e9885d1dff559e7b
tree59118fa61b4dd272f23c107cd99142808a0f1155
parent5a20644617a727e5893cd1df3f105135c1ebdedd
Fix #1212 by not resetting the cursors pointer

Calling cursors_.reset() effectively drops the CursorPair, meaning they
can never be used. Remove that.
pv/views/trace/view.cpp