[NUI] Fix wrong code of initialize style in View (#3393)
authorJiyun Yang <ji.yang@samsung.com>
Mon, 9 Aug 2021 04:05:16 +0000 (13:05 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 10 Aug 2021 09:08:13 +0000 (18:08 +0900)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs

index 26ccf54..d2b6264 100755 (executable)
@@ -1424,7 +1424,7 @@ namespace Tizen.NUI.BaseComponents
                 {
                     refinedStyle = initialStyle?.Merge(style);
                 }
-                ApplyStyle(style);
+                ApplyStyle(refinedStyle);
             }
 
             // Listen theme change event if needs.