efl_ui_win: fix the wrong bracket

Summary: efl_ui_win: fix the wrong bracket

Reviewers: Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, stefan

Differential Revision: https://phab.enlightenment.org/D6007
This commit is contained in:
Taehyub Kim 2018-04-26 21:00:35 +09:00 committed by Jaehyun Cho
parent 1cbcfada64
commit c83895b144
1 changed files with 1 additions and 1 deletions

View File

@ -3143,7 +3143,7 @@ _elm_win_wl_cursor_set(Evas_Object *obj, const char *cursor)
}
evas_object_move(sd->pointer.obj, 0, 0);
evas_object_resize(sd->pointer.obj, mw, mh);
if (elm_widget_is_legacy(obj)
if (elm_widget_is_legacy(obj))
edje_object_part_geometry_get(sd->pointer.obj,
"elm.swallow.hotspot",
&hx, &hy, NULL, NULL);