DataSetLabel.st
changeset 5409 5ab35a5ebc67
parent 5349 beda9295801f
child 5445 a146a640792c
--- a/DataSetLabel.st	Fri Jan 20 18:52:35 2017 +0100
+++ b/DataSetLabel.st	Fri Jan 20 18:52:46 2017 +0100
@@ -373,7 +373,7 @@
                 "/ must clip ...
                 prevClip := aLabelView clippingRectangleOrNil.
                 mustUndoClip := true.
-                aLabelView clippingRectangle:(Rectangle 
+                aLabelView clippingBounds:(Rectangle 
                                     left:xLeft top:y0 
                                     width:width height:height).
             ].
@@ -383,7 +383,7 @@
         y0 := y0 + (shownLabel heightOn:aLabelView) + goodLookingVerticalSpacing.
 
         mustUndoClip == true ifTrue:[
-            aLabelView clippingRectangle:prevClip
+            aLabelView clippingBounds:prevClip
         ].
     ].