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

--- Comment #15 from Caolán McNamara <caol...@redhat.com> ---
The "recent files" toggled on is ok, the idea there (IIUC) is that the Recent
Files and Templates are two toggle buttons, when one or other is depressed the
start center is filled with icons of the matching category. You have no
recently used files so you get the default empty backdrop.

wrt the backtrace

a) does it make a difference if you find the line with "style-updated" in it
and replace m_pWindow with m_pFixedContainer or pEventWidget. Maybe we could
listen to something else which is less noisy.

b) if you comment out the SendInternalEvent and replace it with a

static int foo;
fprintf(stderr, "hello world %d\n", foo++);

does it print hello worlds forever, or does it stop at some point? Maybe we
could replace SendInternalEvent with a callback at idle time and batch together
all the updates into a single SendInternalEvent

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

Reply via email to