From: Soeren Apel Date: Sat, 21 Dec 2019 21:42:30 +0000 (+0100) Subject: DecodeTrace: Fix on_setting_changed() handling X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=945238ca07e313568f1df5be1857f5f7db33d700;hp=0a952555b9d153f42912e47f35fac5dd4643fca9;p=pulseview.git DecodeTrace: Fix on_setting_changed() handling --- diff --git a/pv/views/trace/decodetrace.cpp b/pv/views/trace/decodetrace.cpp index 50156ddf..c2f78cc3 100644 --- a/pv/views/trace/decodetrace.cpp +++ b/pv/views/trace/decodetrace.cpp @@ -1089,6 +1089,8 @@ void DecodeTrace::export_annotations(vector *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;