#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Jan 2017 23:29:50 +0100
changeset 3383 9041e2616a95
parent 3382 8b576229eebe
child 3384 cfdf2bd0d738
#DOCUMENTATION by cg class: Tools::ViewTreeInspectorApplication
Tools__ViewTreeApplication.st
--- a/Tools__ViewTreeApplication.st	Sat Jan 21 04:18:43 2017 +0100
+++ b/Tools__ViewTreeApplication.st	Tue Jan 24 23:29:50 2017 +0100
@@ -3782,7 +3782,7 @@
 
                 anItem handlesDo:[:aRect :what|
                     what isNil ifTrue:[topView displayRectangle:aRect]
-                              ifFalse:[topView    fillRectangle:aRect]
+                              ifFalse:[topView fillRectangle:aRect]
                 ]
             ].
             topView clippedByChildren:true.