]> sigrok.org Git - pulseview.git/commit
AnalogSignal: Recalculate scale when restoring div height
authorRamon Felder <redacted>
Sun, 18 Dec 2022 07:39:17 +0000 (08:39 +0100)
committerSoeren Apel <redacted>
Fri, 26 Jan 2024 22:45:20 +0000 (23:45 +0100)
commit9b8b7342725491d626609017292fa9259f7d5e0e
tree8e4cb8a37e1ef692a9530aa759f1ef2269a282c6
parent82c6d8f06a94cdc39b1d2a6df576174f5c7bc5ab
AnalogSignal: Recalculate scale when restoring div height

When restoring analog signal settings from a *.pvs file changes the div height, the vertical scale must be recalculated.
Otherwise, the signal is scaled as if the div height had not changed, until a UI event triggers recalculation.
pv/views/trace/analogsignal.cpp