[NUI] Fix the issue that the TrackColor fails to take effect.
authorguowei.wang <guowei.wang@samsung.com>
Tue, 15 Dec 2020 06:14:11 +0000 (14:14 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 21 Dec 2020 12:05:23 +0000 (21:05 +0900)
src/Tizen.NUI.Components/Controls/Scrollbar.cs

index be66340..5622fdc 100755 (executable)
@@ -243,7 +243,7 @@ namespace Tizen.NUI.Components
                 trackVisual = new ColorVisual
                 {
                     SuppressUpdateVisual = true,
-                    Color = TrackColor,
+                    MixColor = TrackColor,
                     SizePolicy = VisualTransformPolicyType.Absolute,
                     Origin = calculator.CalculatorTrackAlign(),
                     AnchorPoint = calculator.CalculatorTrackAlign(),