https://bugs.documentfoundation.org/show_bug.cgi?id=140537
--- Comment #13 from Jan-Marek Glogowski <[email protected]> ---
A bibisect pointed to
commit 644ebf7823c85973e2724cbfcf403cb63b054bfe
Author: Caolán McNamara <[email protected]>
Date: Tue Jan 28 20:40:15 2020 +0000
weld SmElementsDockingWindow
The problem is, that the GtkViewport thinks the GtkDrawingArea is too large.
You can very easily see this, if you enable the scrollbar by setting
mxScroll->set_vpolicy(VclPolicyType::ALWAYS) at the end of
LayoutOrPaintContents.
A workaround is to additionally set mxScroll->vadjustment_set_upper(0); and
also in the mbVerticalMode branch. A fix should probably do this in set_*policy
on NEVER (and restore the old value when changed to something else?).
There is also a problem with wheel event mappings. The scroll step for VCL
comparing to weld seems to be off - VCL is much too small. But that is an other
bug.
I'll leave the patching to someone else.
--
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