Need to update edge windows after updating flip.

SVN revision: 33728
This commit is contained in:
Sebastian Dransfeld 2008-02-11 17:27:18 +00:00
parent 1bfb394ec1
commit 2cbb26fb44
1 changed files with 2 additions and 0 deletions

View File

@ -506,6 +506,7 @@ e_zone_update_flip(E_Zone *zone)
E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE);
_e_zone_update_flip(zone);
_e_zone_update_edge(zone);
}
EAPI void
@ -1014,6 +1015,7 @@ _e_zone_cb_desk_show(void *data, int type, void *event)
if (ev->desk->zone != zone) return 1;
_e_zone_update_flip(zone);
_e_zone_update_edge(zone);
return 1;
}