[ElmSharp] Fix Property hide issue in ItemObject 00/157500/1
authorSeungkeun Lee <sngn.lee@samsung.com>
Tue, 24 Oct 2017 23:17:42 +0000 (08:17 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Tue, 24 Oct 2017 23:17:42 +0000 (08:17 +0900)
 - Change to virtual property

Change-Id: Ifdf2351e488a624ccf053b34f5dce2fca6fd2637

src/ElmSharp/ElmSharp/ItemObject.cs [changed mode: 0755->0644]
src/ElmSharp/ElmSharp/NaviItem.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 0980c5b..f3182aa
@@ -85,7 +85,7 @@ namespace ElmSharp
         /// <summary>
         /// Sets or gets the style of the Item.
         /// </summary>
-        public string Style
+        public virtual string Style
         {
             get
             {
old mode 100755 (executable)
new mode 100644 (file)
index f7da156..44a0d5c
@@ -96,7 +96,7 @@ namespace ElmSharp
         /// <summary>
         /// Sets or gets an item style.
         /// </summary>
-        public string Style
+        public override string Style
         {
             get
             {