Wireshark-commits: [Wireshark-commits] master-3.0 5d016fc: Qt: Respect recent values on startup

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 08 Aug 2019 12:40:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d016fcc74266e27b79344c5c3e69a2e02494353
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

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

    Qt: Respect recent values on startup
    
    Do not call showHideMainWidgets() in initShowHideMainWidgets() because
    this will override loaded recent values on startup.
    
    Setting checked and visible based on recent values is done in layoutPanes()
    and updateRecentActions().
    
    This affects the following View settings: Main Toolbar, Filter Toolbar,
    Wireless Toolbar, Status Bar, Packet List, Packet Details and Packet Bytes.
    
    Also always hide empty_pane because it's never useful to show this.
    
    Bug: 15976
    Change-Id: Id63b8a5fdd263793a283137134f424d7cb4caf82
    Reviewed-on: https://code.wireshark.org/review/34209
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    (cherry picked from commit dc4084fb822e4669aac95a6dc8c0b6b36597e9bd)
    Reviewed-on: https://code.wireshark.org/review/34212
    

Actions performed:

    from  bded958   LSD: Fix valid headers being marked as malformed
     add  5d016fc   Qt: Respect recent values on startup


Summary of changes:
 ui/qt/main_window.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)