https://bugs.kde.org/show_bug.cgi?id=412909

--- Comment #15 from bog...@hlevca.com ---
Question:
Should line 344 be 
        if (d->progressBar->value() >= d->settings.delay) 
instead of the existing one
        if (d->progressBar->value() == d->settings.delay)

?
What if the polling mechanism goes over the settings.delay value and the
picture is still not loaded? if is is not == it will go directly to displaying
the slide?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to