]> sigrok.org Git - pulseview.git/commit
Use ordered data types for signals and use first signal as fallback
authorSoeren Apel <redacted>
Mon, 24 Feb 2020 08:38:20 +0000 (09:38 +0100)
committerSoeren Apel <redacted>
Mon, 24 Feb 2020 08:38:20 +0000 (09:38 +0100)
commit533b67b7af83c96af2692bac127b0023cca4dbe7
tree5db539876d81c22e56ca7e06532a6f1e8428fc18
parent38b77a3ba1738aebf516491cc95e25219938a877
Use ordered data types for signals and use first signal as fallback

...for zoom-to-fit. This is only necessary when the user has hidden
all traces but wants to use zoom-to-fit. Before, this would yield
an invalid time range.
pv/session.cpp
pv/views/trace/view.cpp
pv/views/trace/view.hpp
pv/views/viewbase.cpp
pv/views/viewbase.hpp