Skip to content

BF: Fix display artifact in lightbox view when overlapping slices

Paul McCarthy requested to merge paulmc/fsleyes:bf/lb-overlap into main

When drawing overlapping slices and drawing more than one overlay - the slices/overlays were being interleaved according to draw order. The only work around is to draw in order of slices, so that each slice completely overlaps previously drawn slices.

Merge request reports