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