ColorMenu.st
changeset 3530 8c5d769c024c
parent 3445 714802384d86
child 3698 bd2778e6a26b
--- a/ColorMenu.st	Fri Aug 08 13:23:33 2008 +0200
+++ b/ColorMenu.st	Fri Aug 08 15:24:46 2008 +0200
@@ -619,6 +619,11 @@
 
 !ColorMenu methodsFor:'user actions'!
 
+keepColorHolderIndicationAlwaysEnabled
+    self colorHolder indication:true.
+    self colorHolder isButton:true.
+!
+
 openColorEditDialog
     |defineColorDialog|
 
@@ -641,5 +646,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.56 2008-06-20 09:39:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.57 2008-08-08 13:24:46 sr Exp $'
 ! !