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

--- Comment #4 from Caolán McNamara <[email protected]> ---
FWIW, some debugging tips.

with a debugging build export VCL_GTK3_PAINTDEBUG=1 before launching it will
allow some keys to do special stuff.

pressing...

0
triggers a full refresh of the ui from the backing surface, if pressing 0
redraws without the problem then the problem is with telling gtk what area
changed, if pressing 0 doesn't do anything then...

pressing 1 start recording (with 2 stopping) each change as a dumped .png to
/tmp which can help to isolate that the initial drawing is broken

-- 
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