From a3c5807c6965889e88760078a4fa3b0e4d86d8ae Mon Sep 17 00:00:00 2001 From: SungHyun Min Date: Fri, 19 May 2017 17:31:02 +0900 Subject: Add temporary solution for Button.Image issue Change-Id: I2dcbcaaf749e8e181edfebb79d4c00a798ffef63 Signed-off-by: SungHyun Min --- Xamarin.Forms.Platform.Tizen/Native/Button.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Xamarin.Forms.Platform.Tizen') diff --git a/Xamarin.Forms.Platform.Tizen/Native/Button.cs b/Xamarin.Forms.Platform.Tizen/Native/Button.cs index e6e05556..c6638662 100644 --- a/Xamarin.Forms.Platform.Tizen/Native/Button.cs +++ b/Xamarin.Forms.Platform.Tizen/Native/Button.cs @@ -293,7 +293,11 @@ namespace Xamarin.Forms.Platform.Tizen.Native } else { + // TODO : Hide() and Show() should be removed later. + // these methods are called to trigger rendering process because of EFL issue. + Hide(); SetPartContent("icon", _image); + Show(); } } -- cgit v1.2.3