Oops, used CF_BACK_COLOR instead of CF_BACK_IMAGE

This commit is contained in:
akkana%netscape.com 1998-10-03 00:33:50 +00:00
parent 2389808c8c
commit 7395852fd3

View File

@ -1653,7 +1653,7 @@ fe_bg_group_get(fe_bgGroup* group,
tmp = NULL;
}
if (cell_data)
FE_SET_BIT(cell_data->mask, CF_BACK_COLOR);
FE_SET_BIT(cell_data->mask, CF_BACK_IMAGE);
}
}