elementary: fix float warning in Efl.Ui.Box_Layout.
authorCedric BAIL <cedric@osg.samsung.com>
Tue, 20 Dec 2016 22:58:57 +0000 (14:58 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 21 Dec 2016 00:39:30 +0000 (16:39 -0800)
src/lib/elementary/efl_ui_box_layout.c

index 6556654..50d5cef 100644 (file)
@@ -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])
           {