Skip to content

BUG #16042: avoid clobbering view when selecting.

When making a selection we ended up clobbering the view since all selection rendering passes were being posted to front buffer. Fixed that by disabling buffer swapping while making selections.

Fixes #16042 (closed)

Merge request reports