From 75fded07d37cf0cdaa19b5fcd071dc06c5a4146c Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Tue, 4 Sep 2018 15:39:43 -0400 Subject: [PATCH] Fixed call activity scroll jumping one last time --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index d06e183..258ca77 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -9752,7 +9752,7 @@ void MainWindow::displayCallActivity() { ui->tableWidgetCalls->setItem(ui->tableWidgetCalls->rowCount() - 1, 0, item); ui->tableWidgetCalls->setSpan(ui->tableWidgetCalls->rowCount() - 1, 0, 1, ui->tableWidgetCalls->columnCount()); if (isAllCallIncluded(selectedCall)) { - ui->tableWidgetCalls->selectRow(ui->tableWidgetCalls->rowCount() - 1); + ui->tableWidgetCalls->item(0, 0)->setSelected(true); } // Build the table