Wireshark-commits: [Wireshark-commits] master 3084125: Qt: Fix the filter expression toolbar layout

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Feb 2018 05:33:00 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30841256963df53292a6904952ed4288e85d0ff6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3084125 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.
    
    Bug: 14121
    Change-Id: I45d5a1173703f9c16d89841a57f651935da43d92
    Reviewed-on: https://code.wireshark.org/review/25784
    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  6f2d4c2   Wix: Look for merge modules in %VCToolsRedistDir%.
    adds  3084125   Qt: Fix the filter expression toolbar layout.


Summary of changes:
 ui/qt/main_window_slots.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)