From 758f1caa1bf363078fed2b2cfb6aeb4183bd5a59 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 26 Aug 2016 13:23:50 +0300 Subject: [PATCH] Refresh search after retranslating the table. --HG-- branch : develop --- src/app/tape/tmainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/tape/tmainwindow.cpp b/src/app/tape/tmainwindow.cpp index b99463e0e..853dc7906 100644 --- a/src/app/tape/tmainwindow.cpp +++ b/src/app/tape/tmainwindow.cpp @@ -173,6 +173,7 @@ void TMainWindow::RetranslateTable() const int row = ui->tableWidget->currentRow(); RefreshTable(); ui->tableWidget->selectRow(row); + search->RefreshList(ui->lineEditFind->text()); } }