Wireshark-commits: [Wireshark-commits] master 63a8ac5: Qt: Respect user preference to hide packet l
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63a8ac5210f1935c684b74170278b177d2e01561
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
63a8ac5 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>
Actions performed:
from fd7895d Replace instances of wmem_alloc with wmem_new
add 63a8ac5 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(-)