[NUI] Make Selector.StateValueList public temporarily (#2142)
authorYeongJong Lee <cleanlyj@naver.com>
Thu, 29 Oct 2020 08:25:03 +0000 (17:25 +0900)
committerGitHub <noreply@github.com>
Thu, 29 Oct 2020 08:25:03 +0000 (17:25 +0900)
This will fix DA-NUI build error.
Please revert this patch after the DA build error is fixed.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/Style/Selector.cs

index 7c4b431..ac8fa6f 100755 (executable)
@@ -37,7 +37,7 @@ namespace Tizen.NUI.BaseComponents
         /// The list for adding state-value pair.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        List<StateValuePair<T>> StateValueList { get; set; } = new List<StateValuePair<T>>();
+        public List<StateValuePair<T>> StateValueList { get; set; } = new List<StateValuePair<T>>();
 
         /// <summary>
         /// Adds the specified state and value.