X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftabular_decoder%2Fview.cpp;h=14ae50a2941e8d56d8a532bd1505b566f67921b4;hp=3c916f4d340689ef2230978387c6dae0ca8ddb29;hb=5a5d3b1de81417f64b58e80cc359dcfde0d3a10c;hpb=939d25cbcf7e6f1581f726dbd3c707d7365329d4 diff --git a/pv/views/tabular_decoder/view.cpp b/pv/views/tabular_decoder/view.cpp index 3c916f4d..14ae50a2 100644 --- a/pv/views/tabular_decoder/view.cpp +++ b/pv/views/tabular_decoder/view.cpp @@ -529,7 +529,8 @@ void View::on_new_annotations() { if (view_mode_selector_->currentIndex() == ViewModeLatest) { update_data(); - table_view_->scrollTo(model_->index(model_->rowCount() - 1, 0), + table_view_->scrollTo( + filter_proxy_model_->index(filter_proxy_model_->rowCount() - 1, 0), QAbstractItemView::PositionAtBottom); } else { if (!delayed_view_updater_.isActive())