https://bugs.kde.org/show_bug.cgi?id=124788
Phuoc Khanh LE <phuockhanhn...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #119366|0 |1 is obsolete| | --- Comment #8 from Phuoc Khanh LE <phuockhanhn...@gmail.com> --- Created attachment 135378 --> https://bugs.kde.org/attachment.cgi?id=135378&action=edit resolution for bug of presentation in mode normal (not in openGL mode) The reason of the overlaps is that the function QPaintEvent() is called automatically after Constructor of class PresentationWidget. Therefor, they display the buffer instead of d->currImage. This patch inserts m_firstPainter which is initialized by true to passe theses first paintEvents(s). This variable is turn to false in the first loadNextImage(). LE -- You are receiving this mail because: You are watching all bug changes.