Backport: 0dd2efa :: ensure randr dialog clears its pointer stack

Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Mike Blumenkrantz 2013-06-24 10:56:21 +01:00 committed by Deon Thomas
parent e2dc213609
commit 9170ac74dc
1 changed files with 2 additions and 0 deletions

View File

@ -1052,6 +1052,8 @@ _e_smart_del(Evas_Object *obj)
evas_object_del(sd->o_frame);
}
_e_smart_monitor_pointer_pop(obj, NULL);
/* delete the base object */
evas_object_del(sd->o_base);