From 14a7f1fc570a60e6fb24f46994a98bf3dd403569 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 8 Jan 1998 09:24:06 +0000 Subject: [PATCH] Corretto colore di sfondo delle celle incendiate git-svn-id: svn://10.65.10.50/trunk@5862 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- xi/xilm3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xi/xilm3.c b/xi/xilm3.c index cbc8266f0..f8ad801a4 100755 --- a/xi/xilm3.c +++ b/xi/xilm3.c @@ -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 );