diff options
Diffstat (limited to 'dw/ooffloatsmgr.cc')
-rw-r--r-- | dw/ooffloatsmgr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc index 1a7949e1..2dfef9be 100644 --- a/dw/ooffloatsmgr.cc +++ b/dw/ooffloatsmgr.cc @@ -577,8 +577,8 @@ void OOFFloatsMgr::sizeAllocateStart (OOFAwareWidget *caller, // argument. So this is the correct point to initialize size // allocation. - containerAllocation = *allocation; containerWasAllocated = true; + containerAllocation = *allocation; // Move floats from GB lists to the one CB list. moveFromGBToCB (LEFT); |