ColorMenu.st
changeset 2254 ebd685bcba77
parent 2186 05b16a66bb3d
child 2497 0beadb2a951c
--- a/ColorMenu.st	Tue Oct 08 08:34:32 2002 +0200
+++ b/ColorMenu.st	Tue Oct 08 08:35:50 2002 +0200
@@ -261,15 +261,6 @@
     ]
 ! !
 
-!ColorMenu methodsFor:'accessing-look'!
-
-showSeparatingLines
-    "no drawing of separating lines here"
-
-    ^true
-
-! !
-
 !ColorMenu methodsFor:'change & update'!
 
 updateFromModel
@@ -290,8 +281,9 @@
     "setup menu"
 
     super initialize.
-    labelsAreColored := false.
-    self verticalLayout:false.
+    labelsAreColored    := false.
+    verticalLayout      := false.    
+
     self fitFirstPanel:false.
     enabledChannel := ValueHolder with:false.
     self setupMenu.
@@ -892,5 +884,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.30 2002-09-12 13:58:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.31 2002-10-08 06:35:50 ca Exp $'
 ! !