From 29d4aeafff10058acec09f2f3647ba5f302a11e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=8A=B9=EA=B7=BC/Common=20Platform=20Lab=28SR?= =?UTF-8?q?=29/Staff=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 5 Jul 2021 10:43:33 +0900 Subject: [PATCH] Fix Transformations (#42) --- src/Core/src/Platform/Tizen/TransformationExtensions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/src/Platform/Tizen/TransformationExtensions.cs b/src/Core/src/Platform/Tizen/TransformationExtensions.cs index c6dfa2106641..44838c754d1b 100644 --- a/src/Core/src/Platform/Tizen/TransformationExtensions.cs +++ b/src/Core/src/Platform/Tizen/TransformationExtensions.cs @@ -29,6 +29,7 @@ public static void UpdateTransformation(this EvasObject nativeView, IView? view) if (changed) { + nativeView.EvasMap = map; if (!s_movedHandlers.ContainsKey(nativeView)) { // not registered moved handler