[NUI] update scollbar : fix build error.
authorEverLEEst(SangHyeon Jade Lee) <dltkdgus1764@gmail.com>
Mon, 29 Mar 2021 12:07:42 +0000 (21:07 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Apr 2021 06:13:00 +0000 (15:13 +0900)
src/Tizen.NUI.Components/Controls/Scrollbar.cs

index a6cc1e7..de3579c 100755 (executable)
@@ -530,7 +530,7 @@ namespace Tizen.NUI.Components
         private void UpdateThumbColor(Color color)
         {
             thumbColor = color;
-            if (thumbView.ResourceUrl != string.IsNullOrEmpty)
+            if (String.IsNullOrEmpty(thumbView.ResourceUrl))
             {
                 thumbView.Color = color;
                 thumbView.BackgroundColor = Color.Transparent;