projects
/
platform
/
core
/
uifw
/
efl-ext.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89486ac
)
floatingbutton: fix to update position after calculation
74/130574/1
author
Jee-Yong Um
<jc9.um@samsung.com>
Thu, 8 Dec 2016 04:32:26 +0000
(13:32 +0900)
committer
Sungtaek Hong
<sth253.hong@samsung.com>
Tue, 23 May 2017 04:10:16 +0000
(13:10 +0900)
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
Change-Id: I0f59aa4b026708254214482bc2051479c40629e7
src/mobile/eext_floatingbutton.c
patch
|
blob
|
history
diff --git
a/src/mobile/eext_floatingbutton.c
b/src/mobile/eext_floatingbutton.c
index 816057574e77da81cb186cf902a83bb1ecc4a318..1a5c163d057e9e7eaf301f269e6283d564303709 100644
(file)
--- a/
src/mobile/eext_floatingbutton.c
+++ b/
src/mobile/eext_floatingbutton.c
@@
-664,6
+664,7
@@
_eext_floatingbutton_elm_widget_theme_apply(Eo *obj, Eext_Floatingbutton_Data *s
if (sd->btn2) elm_object_style_set(sd->btn2, buf);
_box_recalc(obj, sd);
+ _update_pos(obj, sd, EINA_FALSE);
return int_ret;
}