Wireshark-commits: [Wireshark-commits] master 422ad10: Qt: Apply the main window geometry directly.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Feb 2015 18:34:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=422ad100aad4c076ab05f1373dad59481ea12072
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

422ad10 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Apply the main window geometry directly.
    
    As of g2c00d66 we create the main window after we've read the recent
    settings. This means that we can get rid of the property animation
    workaround in MainWindow::loadWindowGeometry.
    
    Change-Id: I028061c5bdab9261f9394a1840bcdcb752a4f0c8
    Reviewed-on: https://code.wireshark.org/review/7278
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  1a10f5f   ui/gtk: fix control combos such as ctrl-a, ctrl-c
    adds  422ad10   Qt: Apply the main window geometry directly.


Summary of changes:
 ui/qt/main_window.cpp |   67 ++++++++++++-------------------------------------
 1 file changed, 16 insertions(+), 51 deletions(-)