Kaydet (Commit) bdb2df38 authored tarafından Eike Rathke's avatar Eike Rathke

Fixed fdo#36247 mismatch between drawing layer and cell grid

* Ensure that the drawing layer's map mode scaling factors match the new
  heights and widths after resize.
üst 59445b80
......@@ -2311,6 +2311,10 @@ void ScViewFunc::SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW
pUndoTab, eMode, nSizeTwips, bWidth ) );
}
// fdo#36247 Ensure that the drawing layer's map mode scaling factors match
// the new heights and widths.
GetViewData()->GetView()->RefreshZoom();
itr = pMarkData->begin();
for (; itr != itrEnd; ++itr)
pDoc->UpdatePageBreaks( *itr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment