DSVLabelView.st
changeset 5410 56776faa77eb
parent 5238 cebbdb8032de
child 5422 e783e1ebf5ca
--- a/DSVLabelView.st	Fri Jan 20 18:52:46 2017 +0100
+++ b/DSVLabelView.st	Fri Jan 20 18:52:54 2017 +0100
@@ -196,7 +196,7 @@
             rect  := Rectangle left:left top:y width:(right - left) height:h.
 
 "/            clipRect := nil.
-            self clippingRectangle:rect.
+            self clippingBounds:rect.
 
             fg := (item foregroundColor) ? fgColor.