slint/internal
Simon Hausmann 2d2eb70b51 Fix panic about multiple mutable borrows with the software renderer
When using repeaters - like in the slide puzzle - and during renderer a component
gets deleted, we call free_graphics_resources and try to free
the dirty rectangle list in the partial renderer cache. At that point the cache is
already mutably borrowed, which causes a panic.

As remedy, apply the mutable borrow more fine grained and not right when calling
render().
2022-06-10 08:38:34 +02:00
..
backends Fix panic about multiple mutable borrows with the software renderer 2022-06-10 08:38:34 +02:00
common Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
compiler Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
core Fix panic about multiple mutable borrows with the software renderer 2022-06-10 08:38:34 +02:00
core-macros Bump version number to 0.2.5 2022-05-09 16:16:00 +00:00
interpreter Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00