summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/Label.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native/Label.cs')
-rwxr-xr-x[-rw-r--r--]Xamarin.Forms.Platform.Tizen/Native/Label.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/Label.cs b/Xamarin.Forms.Platform.Tizen/Native/Label.cs
index 8d095363..b508b21e 100644..100755
--- a/Xamarin.Forms.Platform.Tizen/Native/Label.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/Label.cs
@@ -235,10 +235,7 @@ namespace Xamarin.Forms.Platform.Tizen.Native
IsEllipsis = true;
break;
}
- if (IsEllipsis || previousMode >= LineBreakMode.HeadTruncation)
- {
- ApplyTextAndStyle();
- }
+ ApplyTextAndStyle();
}
}
}