# HG changeset patch # User Claus Gittinger # Date 1309867472 -7200 # Node ID c04382abfc8d97a30667258067175264ce64c489 # Parent df7205fc31daf7a7fcec0002e8bc9e824b63fd22 changed: #inspect: diff -r df7205fc31da -r c04382abfc8d ColorInspectorView.st --- a/ColorInspectorView.st Tue Jul 05 12:32:56 2011 +0200 +++ b/ColorInspectorView.st Tue Jul 05 14:04:32 2011 +0200 @@ -70,10 +70,12 @@ inspect:anObject super inspect:anObject. - realized ifFalse:[^ self]. colorView viewBackground:anObject. + realized ifFalse:[^ self]. colorView clear + + "Modified: / 05-07-2011 / 14:03:48 / cg" ! ! !ColorInspectorView methodsFor:'initialization'! @@ -123,10 +125,6 @@ !ColorInspectorView class methodsFor:'documentation'! -version - ^ '$Header: /cvs/stx/stx/libtool/ColorInspectorView.st,v 1.13 2011-01-27 11:16:02 cg Exp $' -! - version_CVS - ^ '$Header: /cvs/stx/stx/libtool/ColorInspectorView.st,v 1.13 2011-01-27 11:16:02 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/ColorInspectorView.st,v 1.14 2011-07-05 12:04:32 cg Exp $' ! !