<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GTK3: hourglass icon is missing in slideshow (bottom left corner)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116654#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GTK3: hourglass icon is missing in slideshow (bottom left corner)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116654">bug 116654</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>