URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=461666bcd1aacc8f360fca76129fe4a545819fc9
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
461666b by Pascal Quantin (pascal.quantin@xxxxxxxxx):
    Qt: fix maximized state apply
    
    Preferences are not loaded yet when we call MainWindow::loadWindowGeometry()
    Anyway, prefs.gui_geometry_save_maximized should only be checked when saving preferences (MainWindow::saveWindowGeometry() method) like what we do in GTK UI
    
    Change-Id: I8eb01a5f4f7672fbf5846bc576584e28f72d5e31
    Reviewed-on: https://code.wireshark.org/review/7978
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  69a435b   Add zlib compilation to CMake on Windows
    adds  461666b   Qt: fix maximized state apply
Summary of changes:
 ui/qt/main_window.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)