projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5bc6f7
)
elementary: fix float warning in Efl.Ui.Box_Layout.
author
Cedric BAIL
<cedric@osg.samsung.com>
Tue, 20 Dec 2016 22:58:57 +0000
(14:58 -0800)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Wed, 21 Dec 2016 00:39:30 +0000
(16:39 -0800)
src/lib/elementary/efl_ui_box_layout.c
patch
|
blob
|
history
diff --git
a/src/lib/elementary/efl_ui_box_layout.c
b/src/lib/elementary/efl_ui_box_layout.c
index
6556654
..
50d5cef
100644
(file)
--- a/
src/lib/elementary/efl_ui_box_layout.c
+++ b/
src/lib/elementary/efl_ui_box_layout.c
@@
-156,7
+156,7
@@
_efl_ui_box_custom_layout(Efl_Ui_Box *ui_box, Evas_Object_Box_Data *bd)
if (extra < 0) extra = 0;
- if (!
weight[!horiz]
)
+ if (!
EINA_DBL_CMP(weight[!horiz], 0)
)
{
if (box_fill[!horiz])
{