Skip to content

BUG #15550: Invalidate selection cache on resize.

Interactive selection uses caching of the selection color buffers to avoid having to render the selection passes for every mouse interaction. That means that if the window was resized, we needed to explicitly clear the cache for it to work. This change does the same.

Fixes BUG #15550

Merge request reports