Revision 783805

Go back to digest for 16th March 2008

Bug Fixes in KDE Base

Germain Garand committed changes in /trunk/KDE/kdelibs/kdeui/widgets/ktabwidget.cpp:

People should be very careful with Qt 4's setUpdatesEnabled() as one can end up unwillingly repainting enormous surfaces for no good reason.

"Re-enabling updates implicitly calls update() on the widget."

Here, the entire widget was repainted when setting the tab title, leading to flicker and breakage of web page transitions in konqueror.

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/kdeui/widgets/ktabwidget.cpp
1 files changed in total