From 6c999488c38ed53187cc8610917c07ffad9d4dc3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 17 Nov 2010 16:14:17 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 47c98b02..fb38b61b 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -935,7 +935,10 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { }, 'background-color' : function(ent,v) { ent['Back'] = toCol(v); - ent['Shade'] = 1; + if (ent['Back']) != '0:0:0') { + ent['Shade'] = 1; + } + } -- 2.39.2