diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx index 1c2757c40897..269ac0f27bba 100644 --- a/sc/source/ui/undo/undoblk.cxx +++ b/sc/source/ui/undo/undoblk.cxx @@ -1005,6 +1005,7 @@ void ScUndoPaste::DoChange(bool bUndo) aRange.aStart.SetTab(*itr); aRange.aEnd.SetTab(*itr); pUndoDoc->UndoToDocument(aRange, nUndoFlags, false, rDoc); + pViewShell->AdjustRowHeight(aRange.aStart.Row(), aRange.aEnd.Row()); } } }