URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a23da3fd2a1f730128c0c0a1baef2dcd7b13812
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8a23da3 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Revert "Qt: Try to fix Main Welcome Interfaces List Scrollbar"
Instead of calling InterfaceTree::reset (which clears our selection)
when we resize, just pass our resize event to QTreeWidget.
Additionally, select our default interface using setCurrentItem. This
fixes behavior broken in gb152ca3.
This reverts commit 7baac67149a68b66087c5d688dbeda2869485765.
Bug: 11733
Change-Id: I58855de38561fcb6984273ae3910c0dfcda04e69
Reviewed-on: https://code.wireshark.org/review/13135
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 308b653 Qt: Queue up redissection.
adds 8a23da3 Revert "Qt: Try to fix Main Welcome Interfaces List Scrollbar"
Summary of changes:
ui/qt/accordion_frame.cpp | 6 ++----
ui/qt/accordion_frame.h | 3 +--
ui/qt/interface_tree.cpp | 13 ++++++++-----
ui/qt/main_welcome.cpp | 3 ---
4 files changed, 11 insertions(+), 14 deletions(-)