Wireshark-commits: [Wireshark-commits] master-3.2 9d0a245: Qt: Keep pane sizes when quit without lo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Jul 2020 17:26:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d0a24530a1c3f38330e9be2a288294afa88efe8
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

9d0a245 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Keep pane sizes when quit without loading a file
    
    Change from master_split_.show() to packet_list_->show() in layoutPanes()
    to avoid an issue where the pane sizes was stored with wrong values when
    quit just after startup without loading a file.
    
    This fixes a regression issue from g5ce52f74 and g7ebd5405.
    
    Change-Id: I7ba1b5f8c9440d41d58dfd729013a0fd1e16be07
    Reviewed-on: https://code.wireshark.org/review/37839
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit 65878ed7fd15d39b61af5a51d72b6b3208f62b05)
    Reviewed-on: https://code.wireshark.org/review/37846
    Tested-by: Petri Dish Buildbot
    

Actions performed:

    from  6f64a94   coap: Do retransmission detection only for CON and NON
     add  9d0a245   Qt: Keep pane sizes when quit without loading a file


Summary of changes:
 ui/qt/main_window_layout.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)