URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7ebd5405f14f1e18e45624304ab2c4a3e7f94850
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
7ebd540 by Tomasz Moń (desowin@xxxxxxxxx):
Qt: Respect user preference to hide packet list
Instead of hiding whole packet list widget when freezing, hide only the
header. This prevents unwanted column resizes while keeping the widget
on screen while capture file is loading.
Prevent flickering by showing master_split_ only after all widgets are
in correct place.
Ping-Bug: 16063
Ping-Bug: 16491
Change-Id: I3bb0763c44b23b1e4118003502d4bf3903591f34
Reviewed-on: https://code.wireshark.org/review/37159
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 63a8ac5210f1935c684b74170278b177d2e01561)
Reviewed-on: https://code.wireshark.org/review/37163
Actions performed:
from 5ce52f7 Qt: Stretch last packet list header section
add 7ebd540 Qt: Respect user preference to hide packet list
Summary of changes:
ui/qt/main_window_layout.cpp | 8 ++++----
ui/qt/packet_list.cpp | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)