[Libreoffice-bugs] [Bug 99928] VIEWING Zooming during Print Preview on Writer should be centred on present view point
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 13 15:38:27 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=99928
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |caolanm at redhat.com,
| |jluth at mail.com
--- Comment #12 from Justin L <jluth at mail.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210713/17ed56f2/attachment.htm>
More information about the Libreoffice-bugs
mailing list