From a758485a14d7e89bedc17a618ee1673087d11286 Mon Sep 17 00:00:00 2001 From: Oleksander Kostenko Date: Thu, 30 Jun 2016 16:53:14 +0300 Subject: [PATCH] TizenRefApp-6186 Odd Recipients Line when Adding Recipients to Conversation Change-Id: I4921f412d358b3500db8830ba59e3a3b9b0a4167 Signed-off-by: Oleksander Kostenko --- src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp b/src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp index 9f8e8ea..137a948 100644 --- a/src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp +++ b/src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp @@ -132,6 +132,7 @@ void ConvRecipientsPanelView::showEntry(bool show) { const char *sig = show ? "show_entry" : "hide_entry"; elm_object_signal_emit(m_pLayout, sig, "*"); + show ? evas_object_show(m_pEntry) : evas_object_hide(m_pEntry); } bool ConvRecipientsPanelView::isMbeEmpty() const -- 2.7.4