Skip to content

BUG: Fixed hang when volume rendering in one-up 3D view

Andras Lasso requested to merge github/fork/lassoan/fix-vr-roi-hang into master

If annotation ROI widget was placed or handle picker was used without initializing the render window then it caused application GUI to stop updating. Fixed by adding checks to prevent widget use until render window is at least rendered once.

Fixes https://issues.slicer.org/view.php?id=4516.

Merge request reports