By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1831
Collapse All | Expand All

(-)tdebase/kdesktop/tdefileividesktop.cpp (+7 lines)
Lines 100-105 Link Here
100
100
101
  // draw the pixmap as in TDEIconViewItem::paintItem(...)
101
  // draw the pixmap as in TDEIconViewItem::paintItem(...)
102
  paintPixmap(p, colors);
102
  paintPixmap(p, colors);
103
  if ( isSelected() ) {
104
    p->setBrush( TQBrush( cg.highlight() ) );
105
    p->setPen( TQPen( cg.highlight() ) );
106
    p->drawRoundRect( textRect( FALSE ),
107
                      1000 / textRect( FALSE ).width(),
108
                      1000 / textRect( FALSE ).height() );
109
  }
103
110
104
  //
111
  //
105
  // Paint the text as shadowed if the shadow is available
112
  // Paint the text as shadowed if the shadow is available

Return to bug 1831