Wireshark-commits: [Wireshark-commits] master-2.4 52287e8: Qt: Fix the filter expression toolbar la
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Feb 2018 05:33:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=52287e8e2fa09f412781ba14c5f05831aefa148e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

52287e8 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/25785
    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  7cfff44   IPv6: SLAAC ether address is 8 bytes
    adds  52287e8   Qt: Fix the filter expression toolbar layout.


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