[region] Add missing break statement

This meant that in some cases the region was getting trimmed to
aggresively.
This commit is contained in:
Ray Strode 2009-11-14 23:15:51 -05:00
parent d6b55c6801
commit d009c99eaa

View file

@ -173,6 +173,7 @@ merge_rectangle_with_sub_list (ply_region_t *region,
- (new_area->y + new_area->height);
old_area->y = new_area->y + new_area->height;
}
break;
/* NNN We only care about the top row of Ns,
* ONNNO everything below that is already handled by