]> sigrok.org Git - pulseview.git/commitdiff
DecodeTrace: Fix on_setting_changed() handling
authorSoeren Apel <redacted>
Sat, 21 Dec 2019 21:42:30 +0000 (22:42 +0100)
committerSoeren Apel <redacted>
Sat, 21 Dec 2019 21:42:30 +0000 (22:42 +0100)
pv/views/trace/decodetrace.cpp

index 50156ddf7f865bb0d0f58fda546423ebf4b2a522..c2f78cc338c786e3d486a747e32dfe1860146d44 100644 (file)
@@ -1089,6 +1089,8 @@ void DecodeTrace::export_annotations(vector<Annotation> *annotations) const
 
 void DecodeTrace::on_setting_changed(const QString &key, const QVariant &value)
 {
+       Trace::on_setting_changed(key, value);
+
        if (key == GlobalSettings::Key_Dec_AlwaysShowAllRows) {
                visible_rows_.clear();
                max_visible_rows_ = 0;