Wireshark-commits: [Wireshark-commits] master e55ac64: Qt: Fix packet list column resizing.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e55ac64077be6044292dd8eeda4cd6412386caeb
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e55ac64 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Fix packet list column resizing.
The size hint changes in g5ab8490 broke packet list column resizing. Add
back a way to force the hinting necessary for sizeHintForColumn to work
properly.
Bug: 11067
Ping-Bug: 10924
Change-Id: Icd525200f7a88f2b6d22a3039cda98ad0527239e
Reviewed-on: https://code.wireshark.org/review/8334
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 141c923 fix FT_INT64 fields output in tshark
adds e55ac64 Qt: Fix packet list column resizing.
Summary of changes:
ui/qt/packet_list.cpp | 20 +++++++++++++++++---
ui/qt/packet_list.h | 1 +
ui/qt/packet_list_model.cpp | 19 +++++++++----------
ui/qt/packet_list_model.h | 3 ++-
4 files changed, 29 insertions(+), 14 deletions(-)