https://bugs.documentfoundation.org/show_bug.cgi?id=99928

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #12 from Justin L <[email protected]> ---
(In reply to raal from comment #3)
> 2012-04-03  Revert "Hori scroll fix in Writer and Calc Print Preview" & add
> new patch   Noel Power commit d7b06ba7ec2c988e80c8ef14e2d9bfc2c29e2d24
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d7b06ba7ec2c988e80c8ef14e2d9bfc2c29e2d24

Yup, this is the one.  Particularly calls to ShowVScrollbar and
-            pHScrollbar->Show( sal_True );
+            ShowHScrollbar( sal_True );

which start some recursive calls because it calls InvalidateBorder(), loses the
rDocRect, and get everything reset to 0,0 perhaps because
!m_nAdjustPosPixelLock.

Unfortunately, it isn't possible to just revert to Scrollbar->Show() any more.
This is too convoluted for a mere mortal.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to