Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381333 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/screen.C (-1 / +1 lines)
Lines 2427-2433 Link Here
2427
          else
2427
          else
2428
            font->draw (*drawable, xpixel, ypixel, text, count, fore, back);
2428
            font->draw (*drawable, xpixel, ypixel, text, count, fore, back);
2429
2429
2430
          if (ecb_unlikely (rend & RS_Uline && font->descent > 1 && fore != back))
2430
          if (ecb_unlikely (rend & RS_Uline && font->descent > 1 && fore != back && !(ISSET_PIXCOLOR (Color_UL))))
2431
            {
2431
            {
2432
#if ENABLE_FRILLS
2432
#if ENABLE_FRILLS
2433
              if (ISSET_PIXCOLOR (Color_underline))
2433
              if (ISSET_PIXCOLOR (Color_underline))

Return to bug 381333