Wireshark-commits: [Wireshark-commits] master-2.2 3c6e8ff: Qt: Fix the filter expression toolbar la
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3c6e8ffde25923f22a1e6c956b5ff3cfbe273609
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
3c6e8ff by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Fix the filter expression toolbar layout.
Take a hint from the QToolButton sources and update the filter
expression toolbar using updateGeometry instead of adjustSize. This
appears to do the layout updates and other changes required to draw the
dropdown in the correct place.
(cherry picked from commit 885f9e8170e5c842945e8890aec13b62c7e6fe82)
Bug: 14121
Change-Id: I45d5a1173703f9c16d89841a57f651935da43d92
Reviewed-on: https://code.wireshark.org/review/25786
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 72ed222 packet-ipmi-picmg.c: Add NULL check in rq17.
adds 3c6e8ff Qt: Fix the filter expression toolbar layout.
Summary of changes:
ui/qt/main_window_slots.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)