mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 12:28:12 +02:00
[region] Add missing break statement
This meant that in some cases the region was getting trimmed to aggresively.
This commit is contained in:
parent
d6b55c6801
commit
d009c99eaa
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue