Wireshark-commits: [Wireshark-commits] master a4d7793: Qt: Avoid flicker in filter expressions tool

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Feb 2017 05:38:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a4d7793b4cfc2e6d578bf4723fd334f24cf453ec
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a4d7793 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Avoid flicker in filter expressions toolbar
    
    Calling adjustSize() on the display filter toolbar causes flicker
    in the filter expression toolbar when switching between profiles
    without buttons and in some cases changing to a profile without buttons.
    
    Only calling adjustSize() if adding buttons should be fine to avoid
    this issues, even if they may be caused by something else.
    
    Change-Id: I8cca84a51dbbc8244dc4342ac0466e35884c294d
    Reviewed-on: https://code.wireshark.org/review/20222
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e88d445   Faking different U-RNTIs for different CCCH streams.
    adds  a4d7793   Qt: Avoid flicker in filter expressions toolbar


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