Merge pull request #3772 from NativeScript/fix-label-clip

Label should clip content
This commit is contained in:
Panayot Cankov
2017-03-10 17:18:32 +02:00
committed by GitHub

View File

@@ -129,6 +129,7 @@ export class Label extends TextBase implements LabelDefinition {
value = uiColor ? uiColor.CGColor : null;
}
this._setNativeClipToBounds();
this.nativeView.layer.backgroundColor = value;
}