Skip to content

Commit fed93f7

Browse files
myrootrookiejava
authored andcommitted
Fix Transformations (#42)
1 parent 8a1e091 commit fed93f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/src/Platform/Tizen/TransformationExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public static void UpdateTransformation(this EvasObject nativeView, IView? view)
2929

3030
if (changed)
3131
{
32+
nativeView.EvasMap = map;
3233
if (!s_movedHandlers.ContainsKey(nativeView))
3334
{
3435
// not registered moved handler

0 commit comments

Comments
 (0)