[Libreoffice-bugs] [Bug 121919] Basic Runtime Error 423
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Oct 30 16:11:16 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=121919
--- Comment #15 from Armin Le Grand <Armin.Le.Grand at me.com> ---
All calls emerge from a single ScGridWindow::DrawContent. Every 2nd paint
triggers between two pixel value variations, this can be best seen in
ControlHolder::setPosSize
One call inside ScGridWindow::DrawContent triggers one pixel value set, another
triggers the alternative one. These calls are:
DrawRedraw( aOutputData, SC_LAYER_INTERN ); -> smaller/more left
pContentDev->SetMapMode(aCurrentMapMode); -> bigger, more right
These do then alternate endlessly, because they invalidate different parts.
Question is why these lead to different pixel position values...
--
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/20191030/4572b8d0/attachment.html>
More information about the Libreoffice-bugs
mailing list