Qt: Fix the filter expression toolbar layout.
authorGerald Combs <gerald@wireshark.org>
Wed, 14 Feb 2018 01:08:14 +0000 (17:08 -0800)
committerAnders Broman <a.broman58@gmail.com>
Wed, 14 Feb 2018 05:32:50 +0000 (05:32 +0000)
commit30841256963df53292a6904952ed4288e85d0ff6
treedabcb2aa54af767f13ca5cad625a277776d41931
parent6f2d4c27126f3d1a73494ceafc464df99e081494
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.

Bug: 14121
Change-Id: I45d5a1173703f9c16d89841a57f651935da43d92
Reviewed-on: https://code.wireshark.org/review/25784
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
ui/qt/main_window_slots.cpp