[Libreoffice-bugs] [Bug 116654] GTK3: hourglass icon is missing in slideshow (bottom left corner)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 20 10:13:14 UTC 2018


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

--- Comment #7 from Caolán McNamara <caolanm at redhat.com> ---
yes, the slideshow is drawing the hourglass/WaitSymbolBitmap and undrawing it
in the same event processor and gtk requires at least one event loop to inform
it to redraw an area and to get the event to then redraw that area so tha
SlideShowImpl::displaySlide event would need to be split into two, a setup one
which draws the WaitSymbol and a follow up one that undraws it and does the
next slide draw. A reasonably large chunk of work.

-- 
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/20181220/4932ef82/attachment.html>


More information about the Libreoffice-bugs mailing list