From: YeongJong Lee Date: Thu, 29 Oct 2020 08:25:03 +0000 (+0900) Subject: [NUI] Make Selector.StateValueList public temporarily (#2142) X-Git-Tag: submit/tizen/20201030.005228~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fa379ce2f279504ab98a11aa7d50b64392c6e54;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Make Selector.StateValueList public temporarily (#2142) This will fix DA-NUI build error. Please revert this patch after the DA build error is fixed. Co-authored-by: Jiyun Yang --- diff --git a/src/Tizen.NUI/src/public/BaseComponents/Style/Selector.cs b/src/Tizen.NUI/src/public/BaseComponents/Style/Selector.cs index 7c4b431..ac8fa6f 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/Style/Selector.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/Style/Selector.cs @@ -37,7 +37,7 @@ namespace Tizen.NUI.BaseComponents /// The list for adding state-value pair. /// [EditorBrowsable(EditorBrowsableState.Never)] - List> StateValueList { get; set; } = new List>(); + public List> StateValueList { get; set; } = new List>(); /// /// Adds the specified state and value.