Wireshark-commits: [Wireshark-commits] master-2.0 f9e8a8a: Qt: Reset columns before auto resize tim
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f9e8a8ad314f3da5c7255f1f378694ce5429716c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
f9e8a8a 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>
(cherry picked from commit 4c144c5d8c4c3f289a8b89a19bb9843cf9584d0e)
Reviewed-on: https://code.wireshark.org/review/13719
Actions performed:
from daf6552 M3AP: fix dissection of IPAddress field
adds f9e8a8a 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(-)