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 1807
Collapse All | Expand All

(-)kdebase-3.5.13.2/kdesktop/kfileividesktop.cpp~ (-1 / +1 lines)
Lines 149-155 Link Here
149
  int textY = textRect( FALSE ).y();
149
  int textY = textRect( FALSE ).y();
150
  int align = ((KIconView *) iconView())->itemTextPos() == TQIconView::Bottom
150
  int align = ((KIconView *) iconView())->itemTextPos() == TQIconView::Bottom
151
    ? AlignHCenter : AlignAuto;
151
    ? AlignHCenter : AlignAuto;
152
  bool rebuild = shouldUpdateShadow(isSelected());
152
  bool rebuild = true; //shouldUpdateShadow(isSelected());
153
153
154
  KDesktopShadowSettings *settings = (KDesktopShadowSettings *) (m_shadow->shadowSettings());
154
  KDesktopShadowSettings *settings = (KDesktopShadowSettings *) (m_shadow->shadowSettings());
155
155

Return to bug 1807