Skip to content

Commit 5062057

Browse files
committed
fix dirty palette never being clean by setting dirty on shapes that depend on it
1 parent 9072fe6 commit 5062057

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