]> sigrok.org Git - pulseview.git/commitdiff
TraceView: Set a lower MinScale
authormakigumo <redacted>
Wed, 16 Feb 2022 10:59:18 +0000 (11:59 +0100)
committerSoeren Apel <redacted>
Thu, 24 Feb 2022 21:53:07 +0000 (22:53 +0100)
This allows to view smaller scale (ps scalle) signals, e.g. from simulation.

pv/views/trace/view.cpp

index f1de3b20e9faeab2c2ac10e3665b5b38d897d1ae..a7b483a7830555515700eb6e56597a40b0e45516 100644 (file)
@@ -92,7 +92,7 @@ namespace views {
 namespace trace {
 
 const Timestamp View::MaxScale("1e9");
-const Timestamp View::MinScale("1e-12");
+const Timestamp View::MinScale("1e-14");
 
 const int View::MaxScrollValue = INT_MAX / 2;