summaryrefslogtreecommitdiff
path: root/ElmSharp
diff options
context:
space:
mode:
authorchungryeol lim <cdark.lim@samsung.com>2017-01-10 13:47:38 +0900
committerchungryeol lim <cdark.lim@samsung.com>2017-01-10 13:47:38 +0900
commit91cb595d5eac1e4619fa5b3f80205a46d852a07f (patch)
tree39241088c651657898bf10b33ef0a9d9f47a45aa /ElmSharp
parent36fa27de886889ce222f23713bad782b5793b09e (diff)
downloadelm-sharp-91cb595d5eac1e4619fa5b3f80205a46d852a07f.tar.gz
elm-sharp-91cb595d5eac1e4619fa5b3f80205a46d852a07f.tar.bz2
elm-sharp-91cb595d5eac1e4619fa5b3f80205a46d852a07f.zip
Fixed Naviitem.TitleBarBackgroundColor is Color.Default
Change-Id: I85ead73f548fda20126403a1dc3b695b50472b05 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
Diffstat (limited to 'ElmSharp')
-rw-r--r--ElmSharp/ElmSharp/NaviItem.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/ElmSharp/ElmSharp/NaviItem.cs b/ElmSharp/ElmSharp/NaviItem.cs
index 3e92445..d3f3bde 100644
--- a/ElmSharp/ElmSharp/NaviItem.cs
+++ b/ElmSharp/ElmSharp/NaviItem.cs
@@ -67,8 +67,7 @@ namespace ElmSharp
{
if (value.IsDefault)
{
- Console.WriteLine("ItemObject instance doesn't support to set TitleBarBackgroundColor to Color.Default.");
- //TODO. Soon we will support the "elm_object_item_color_class_del" function in EFL.
+ Interop.Elementary.elm_object_item_color_class_del(Handle, "bg_title");
}
else
{