Wireshark-commits: [Wireshark-commits] master 4c144c5: Qt: Reset columns before auto resize time co

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 5 Feb 2016 05:33:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4c144c5d8c4c3f289a8b89a19bb9843cf9584d0e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4c144c5 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Reset columns before auto resize time columns
    
    When changing timestamp format, timestamp precision and display seconds
    with hours and minutes we must reset columns before auto resizing the
    time columns to get the size of the new column values.
    
    Without this we will resize to the length of the preference we are
    changing from, which is not what we want.
    
    Change-Id: If7081bf0b9b6f6974232cea0b3fe0186c904f2a2
    Reviewed-on: https://code.wireshark.org/review/13711
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  179b733   Network Service Header Dissector for Ethernet & GRE encapsulation draft-ietf-sfc-nsh-01.txt
    adds  4c144c5   Qt: Reset columns before auto resize time columns


Summary of changes:
 ui/qt/main_window_slots.cpp |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)