Qt: reset columns when applying a display filter

Bug: 11786
Change-Id: I7d3b4139328adaf2f79f008a8772b3182c1eb1f0
Reviewed-on: https://code.wireshark.org/review/12688
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Pascal Quantin 2015-12-16 23:41:13 +01:00 committed by Stig Bjørlykke
parent 2da59158a0
commit 38cde83a5c
1 changed files with 3 additions and 0 deletions

View File

@ -290,6 +290,9 @@ void MainWindow::filterPackets(QString new_filter, bool force)
} else {
emit displayFilterSuccess(false);
}
if (packet_list_) {
packet_list_->resetColumns();
}
}
// A new layout should be applied when it differs from the old layout AND