changed: #inspect:
authorClaus Gittinger <cg@exept.de>
Tue, 05 Jul 2011 14:04:32 +0200
changeset 10163 c04382abfc8d
parent 10162 df7205fc31da
child 10164 0a7e3e312a89
changed: #inspect:
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 $'
 ! !