From 13437628577497c61900c22d1f30d9b7503c4c68 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 17 Nov 2010 16:43:50 +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 dc101f7f..5e80ad8e 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -947,7 +947,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { 'color': function(ent,v) { ent['Fore'] = toCol(v); // this is a bit dumb.. we assume that if it's not black text, then it's shaded.. - if (ent['Fore'] != '00:00:00') { + if (ent['Fore'] != '0:0:0') { ent['Shade'] = 1; } -- 2.39.2