during bryce moveresize callback, return if no zone could be located

probably some crazy animation going on, ignore this case

CID 1352828
This commit is contained in:
Mike Blumenkrantz 2016-03-10 11:59:58 -05:00
parent 66fbb48cc6
commit 15a918d3c7
1 changed files with 1 additions and 0 deletions

View File

@ -460,6 +460,7 @@ _bryce_moveresize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, void *event
zone = lz;
}
}
if (!zone) return;
if (b->zone != zone->num)
e_config_save_queue();
b->zone = zone->num;