diff options
-rw-r--r-- | dw/outofflowmgr.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc index bcca4a82..722fbd17 100644 --- a/dw/outofflowmgr.cc +++ b/dw/outofflowmgr.cc @@ -718,8 +718,8 @@ bool OutOfFlowMgr::hasRelationChanged (TBInfo *tbInfo, Side side, if (hasRelationChanged (tbInfo->wasThenAllocated (), tbInfo->getOldXCB (), tbInfo->getOldYCB (), - tbInfo->getOldWidth (), - tbInfo->getOldHeight (), + tbInfo->getNewWidth (), + tbInfo->getNewHeight (), tbInfo->getNewXCB (), tbInfo->getNewYCB (), tbInfo->getNewWidth (), tbInfo->getNewHeight (), |