Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 08:43:11 +0000 (16:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 08:43:11 +0000 (16:43 +0800)
Pman.Gnumeric.js

index 98ba2dd..0407f2e 100644 (file)
@@ -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'] != '0:0:0') {
+                if (ent['Fore'] != '00:00:00') {
                     ent['Shade'] = 1;
                 }