Bugzilla – Attachment 95779 Details for
Bug 76160
VIEWING Calc zoom or print preview changes the position of images on the Y axis
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for correct Y picture position with zoom/preview
patch-31737.diff (text/plain), 490 bytes, created by
Damien Chambe
on 2014-03-14 07:46:58 UTC
(
hide
)
Description:
patch for correct Y picture position with zoom/preview
Filename:
MIME Type:
Creator:
Damien Chambe
Created:
2014-03-14 07:46:58 UTC
Size:
490 bytes
patch
obsolete
>diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx >index c2def96..cd88f80 100644 >--- a/sc/source/ui/view/drawview.cxx >+++ b/sc/source/ui/view/drawview.cxx >@@ -325,7 +325,7 @@ void ScDrawView::RecalcScale() > if (nEndCol<20) > nEndCol = 20; > if (nEndRow<20) >- nEndRow = 1000; >+ nEndRow = 20; > > ScDrawUtil::CalcScale( pDoc, nTab, 0,0, nEndCol,nEndRow, pDev,aZoomX,aZoomY,nPPTX,nPPTY, > aScaleX,aScaleY ); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 76160
:
95778
| 95779