Changeset 651 for trunk/src/gui/widgets/qmainwindowlayout.cpp
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/widgets/qmainwindowlayout.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 1628 1628 #endif 1629 1629 1630 savedState.clear(); 1631 currentGapPos.clear(); 1632 pluggingWidget = 0; 1633 //applying the state will make sure that the currentGap is updated correctly 1634 //and all the geometries (especially the one from the central widget) is correct 1635 layoutState.apply(false); 1636 1630 1637 #ifndef QT_NO_DOCKWIDGET 1631 1638 #ifndef QT_NO_TABBAR … … 1638 1645 #endif 1639 1646 #endif 1640 1641 savedState.clear();1642 currentGapPos.clear();1643 pluggingWidget = 0;1644 //applying the state will make sure that the currentGap is updated correctly1645 //and all the geometries (especially the one from the central widget) is correct1646 layoutState.apply(false);1647 1647 } 1648 1648
Note:
See TracChangeset
for help on using the changeset viewer.