set focus to the last chatItem
This commit is contained in:
@@ -1379,6 +1379,8 @@ void Controller::refreshTransactions() {
|
|||||||
// Update model data, which updates the table view
|
// Update model data, which updates the table view
|
||||||
transactionsTableModel->replaceData(txdata);
|
transactionsTableModel->replaceData(txdata);
|
||||||
chat->renderChatBox(ui, ui->listChat,ui->memoSizeChat);
|
chat->renderChatBox(ui, ui->listChat,ui->memoSizeChat);
|
||||||
|
ui->listChat->verticalScrollBar()->setValue(
|
||||||
|
ui->listChat->verticalScrollBar()->maximum());
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -1386,6 +1388,8 @@ void Controller::refreshTransactions() {
|
|||||||
void Controller::refreshChat(QListView *listWidget, QLabel *label)
|
void Controller::refreshChat(QListView *listWidget, QLabel *label)
|
||||||
{
|
{
|
||||||
chat->renderChatBox(ui, listWidget, label);
|
chat->renderChatBox(ui, listWidget, label);
|
||||||
|
ui->listChat->verticalScrollBar()->setValue(
|
||||||
|
ui->listChat->verticalScrollBar()->maximum());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user