projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80d8c64
)
popup: add show signal to notify after align set
18/121818/2
author
JinYong Park
<j4939.park@samsung.com>
Wed, 29 Mar 2017 06:05:35 +0000
(15:05 +0900)
committer
Gerrit Code Review
<gerrit@review.vlan103.tizen.org>
Wed, 5 Apr 2017 05:40:24 +0000
(22:40 -0700)
do align set after show animation is finised,
notify's state is default, so notify don't be visible
Change-Id: I023b5b9a801ac14d6fe63c33dd28ea452ad23ae3
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
src/lib/elm_notify.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_notify.c
b/src/lib/elm_notify.c
index ef7594edede6b96d9672567abfac41e309f1c7b8..055d2307483a229b241f8af1ffd3efcde5f00052 100644
(file)
--- a/
src/lib/elm_notify.c
+++ b/
src/lib/elm_notify.c
@@
-715,6
+715,11
@@
_elm_notify_align_set(Eo *obj, Elm_Notify_Data *sd, double horizontal, double ve
_notify_theme_apply(obj);
_calc(obj);
+
+ /* TIZEN_ONLY(20170329): add signal emit after align set */
+ if (sd->show_finished)
+ edje_object_signal_emit(sd->notify, "elm,state,visible", "elm");
+ /* END */
}
EOLIAN static void