elementary: fix float comparison warning in c&p.

This commit is contained in:
Cedric BAIL 2016-12-20 15:41:23 -08:00
parent df0894f2bf
commit a07a267145
1 changed files with 1 additions and 1 deletions

View File

@ -5499,7 +5499,7 @@ _cont_obj_anim_start(void *data)
_drag_anim_start(st);
else
{
if (st->anim_tm)
if (!EINA_DBL_CMP(st->anim_tm, 0.0))
{
// even if we don't manage the icons animation, we have
// to wait until it is finished before beginning drag.