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

--- Comment #31 from Michael Meeks <michael.me...@collabora.com> ---
Lovely; thanks Maxim ! =) there is (in a nutshell) a busy loop re-setting the
progress bar's status there from an idle handler; not great ! but then again
the priority of that idle handler is low so it shouldn't -really- affect
rendering or making progress here I think - I'm surprised that it seems to.

And - wow, this code is just horrific =) again a load of state being updated at
'idle' (ie. now in a busy loop) that is simply not changed from one iteration
to the next. Horrors.

IMPL_LINK_NOARG_TYPED(ExtMgrDialog, TimeOutHdl, Idle *, void)

and the cut/paste coded:

IMPL_LINK_NOARG_TYPED(UpdateRequiredDialog, TimeOutHdl, Idle *, void)

are inexcusable bad.

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

Reply via email to