GraphColumnView.st
changeset 813 ede4f0fa4168
parent 754 c55a5727bf04
child 1062 3be6b8b6a875
--- a/GraphColumnView.st	Mon Mar 09 17:09:03 1998 +0100
+++ b/GraphColumnView.st	Mon Mar 09 17:09:47 1998 +0100
@@ -345,7 +345,7 @@
 
     showGrid ~~ aBool ifTrue:[
         showGrid := aBool.
-        self updateGrid:#color
+        self updateGrid:#state
     ]
 
 !
@@ -1053,5 +1053,5 @@
 !GraphColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView.st,v 1.3 1998-02-13 13:51:18 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView.st,v 1.4 1998-03-09 16:09:47 ca Exp $'
 ! !