Files
ladybird/Userland/Libraries/LibWeb/DOM
Tim Ledbetter 5800b7e884 LibWeb: Invalidate the display list when calling set_needs_display()
Calls to `Document::set_needs_display()` and
`Paintable::set_needs_display()` now invalidate the display list by
default. This behavior can be changed by passing
`InvalidateDisplayList::No` to the function where invalidating the
display list is not necessary.
2024-09-02 20:12:08 +02:00
..
2024-07-28 00:51:55 +01:00
2024-06-26 05:41:00 +02:00
2024-07-20 18:02:51 +01:00