ensure randr dialog clears its pointer stack

This commit is contained in:
Mike Blumenkrantz 2013-06-24 10:56:21 +01:00
parent 9cb17f6c8f
commit 0dd2efa30f
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);