1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-11 22:13:43 -04:00

Check notifications on unsorted list

This commit is contained in:
Jon Beniston
2026-07-31 17:21:49 +01:00
parent fe5d1ba155
commit ee7067bbc4
@@ -281,11 +281,11 @@ void PagerDemodGUI::messageReceived(const QDateTime dateTime, int address, int f
evenPEItem->setText(QString("%1").arg(evenParityErrors));
bchPEItem->setText(QString("%1").arg(bchParityErrors));
filterRow(row);
checkNotification(row);
ui->messages->setSortingEnabled(true);
if (scrollToBottom) {
ui->messages->scrollToBottom();
}
checkNotification(row);
}
bool PagerDemodGUI::handleMessage(const Message& message)