ui.relative_layout: fix incorrect type casting

Summary: `temph` can be double type.

Reviewers: Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8695
This commit is contained in:
Yeongjong Lee 2019-04-24 21:09:53 +09:00 committed by Jaehyun Cho
parent 8c0ab0db42
commit 5b2b75a7f2
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ static void
_child_aspect_calc(Efl_Ui_Relative_Layout_Child *child, Eina_Bool axis)
{
Efl_Ui_Relative_Layout_Calc *calc = &child->calc;
int temph;
double temph;
if ((calc->aspect[0] <= 0) || (calc->aspect[1] <= 0))
{