forgotten ee bit from previous commit

This commit is contained in:
Mike Blumenkrantz 2015-02-06 18:25:01 -05:00
parent 7171135792
commit dc14e4d349
1 changed files with 2 additions and 0 deletions

View File

@ -1787,8 +1787,10 @@ ecore_evas_cursor_unset(Ecore_Evas *ee)
return NULL; return NULL;
} }
obj = ee->prop.cursor.object; obj = ee->prop.cursor.object;
IFC(ee, fn_object_cursor_unset) (ee);
evas_object_hide(obj); evas_object_hide(obj);
ee->prop.cursor.object = NULL; ee->prop.cursor.object = NULL;
}
return obj; return obj;
} }