Fix packet list getting broken on refresh if sorting is enabled
This commit is contained in:
parent
118a1eb787
commit
2a8eb59a30
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ void PacketAnalyzer::changeInterface(QString)
|
|||
void PacketAnalyzer::clear()
|
||||
{
|
||||
ui->t_packets->setRowCount(0);
|
||||
ui->t_packets->sortItems(0);
|
||||
ui->e_selected->clear();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue