do not set bg to INVISIBLE when using 256 colors

This commit is contained in:
Boris Faure 2014-01-15 23:30:43 +01:00
parent 2706eef099
commit 00f627d354
1 changed files with 1 additions and 1 deletions

View File

@ -1407,7 +1407,7 @@ _smart_apply(Evas_Object *obj)
{ {
if (cells[x].att.inverse ^ inv) if (cells[x].att.inverse ^ inv)
bg = COL_INVERSE; bg = COL_INVERSE;
else else if (!bgext)
bg = COL_INVIS; bg = COL_INVIS;
} }
if (cells[x].att.fgintense) fg += 48; if (cells[x].att.fgintense) fg += 48;