Wireshark-commits: [Wireshark-commits] master 5e03d31: Qt: Fix open Flow Graph in full screen

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Sep 2016 11:43:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e03d3183c55277aa75f7337bd8cac76a60d51b2
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5e03d31 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Fix open Flow Graph in full screen
    
    Check if initialized in SequenceDialog::resizeEvent because loadGeometry()
    may call resizeEvent (from showFullScreen()) before init_ is initialized.
    
    Change-Id: I1a514454f1521f68df71c3113077c68acb2f3218
    Reviewed-on: https://code.wireshark.org/review/17684
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  5b03a42   sshdump: remove -P.
    adds  5e03d31   Qt: Fix open Flow Graph in full screen


Summary of changes:
 ui/qt/sequence_dialog.cpp |    2 ++
 1 file changed, 2 insertions(+)