Skip to content

Commit d88fe10

Browse files
authored
Merge pull request #10356 from Neradoc/fix_dirty_palette
Fix dirty palette never being cleaned by vector shapes
2 parents 3c3ae87 + 5062057 commit d88fe10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-module/vectorio/VectorShape.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ displayio_area_t *vectorio_vector_shape_get_refresh_areas(vectorio_vector_shape_
539539
self->ephemeral_dirty_area.next = tail;
540540
tail = &self->ephemeral_dirty_area;
541541
} else {
542+
self->current_area_dirty = true;
542543
self->current_area.next = tail;
543544
tail = &self->current_area;
544545
VECTORIO_SHAPE_DEBUG("%p get_refresh_area: redrawing current: {(%3d,%3d), (%3d,%3d)}\n", self, self->current_area.x1, self->current_area.y1, self->current_area.x2, self->current_area.y2);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy