[Kst] [Bug 121064] Problems in redrawing transparent label

George Staikos staikos at kde.org
Tue Jan 31 04:44:47 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=121064         
staikos kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kst kde org
         AssignedTo|kst kde org                 |staikos kde org
          Component|general                     |view objects



------- Additional Comments From staikos kde org  2006-01-31 04:44 -------
The clip region was not always being invalidated when the label was dirty.  Patch to fix this:
Index: kstviewlabel.cpp
===================================================================
--- kstviewlabel.cpp    (revision 504009)
+++ kstviewlabel.cpp    (working copy)
 @ -324,6 +324,7  @

 void KstViewLabel::updateSelf() {
   if (dirty()) {
+    invalidateClipRegion();
     if (_autoResize) {
       adjustSizeForText(_parent->contentsRect());
     } else {


More information about the Kst mailing list