diff -r 8b576229eebe -r 9041e2616a95 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.