Corretto colore di sfondo delle celle incendiate

git-svn-id: svn://10.65.10.50/trunk@5862 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1998-01-08 09:24:06 +00:00
parent 0f9786b517
commit 14a7f1fc57

View File

@ -1680,9 +1680,10 @@ TO OPTIMIZE BACKGROUND DRAWING, USE NEXT TWO LINES
{
if ( !cell_data->valid_data )
do_lm_cb_text( lmp, focus_row, focus_column, FALSE );
brush_color = lmp->back_color;
brush_color = lmp->active_back_color; // Big brained XI put here lmp->back_color!
if ( cell_data->back_color )
brush_color = cell_data->back_color;
cbrush.fore_color = brush_color;
cbrush.pattern = XinBrushSolid;
XinWindowBrushSet( win, &cbrush );