From: Oleksander Kostenko Date: Thu, 30 Jun 2016 13:53:14 +0000 (+0300) Subject: TizenRefApp-6186 Odd Recipients Line when Adding Recipients to Conversation X-Git-Tag: submit/tizen_dev/20160719.083834~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a758485a14d7e89bedc17a618ee1673087d11286;p=profile%2Fmobile%2Fapps%2Fnative%2Fmessage.git TizenRefApp-6186 Odd Recipients Line when Adding Recipients to Conversation Change-Id: I4921f412d358b3500db8830ba59e3a3b9b0a4167 Signed-off-by: Oleksander Kostenko --- 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