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

--- Comment #1 from Jean-Baptiste Mardelle <j...@kdenlive.org> ---
Created attachment 99993
  --> https://bugs.kde.org/attachment.cgi?id=99993&action=edit
Fix repaint loop

After some investigation, I found the line responsible for the endless repaint
loop of QToolButtons in KToolBar (line 1359).

It looks like this line is changing the text of the button inside the paint
event, thus creating an endless repaint loop with the side effects described in
my original report. This code seems to be quite old, but it definitely creates
a repaint loop!

My patch is just a workaround disabling the problematic line, someone with a
better understanding of the code should have a closer look...

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

Reply via email to