Pascal Quantin
changed
bug 11575
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
CC |
|
[email protected]
|
Target Milestone |
---
|
2.0 release
|
Ever confirmed |
|
1
|
Comment # 1
on bug 11575
from Pascal Quantin
I guess the following calls to update() are supposed to update the columns and
currently selected packet details:
void PacketList::redrawVisiblePackets() {
if (!cap_file_) return;
if (cap_file_->edt && cap_file_->edt->tree) {
proto_tree_->fillProtocolTree(cap_file_->edt->tree);
}
update();
header()->update();
}
Forcing column refresh by calling packet_list_model_->resetColumns() works but:
- it does not feel like the right thing to do
- it does not update the details of the currently selected packet
You are receiving this mail because:
- You are watching all bug changes.