Skip to content

Fix: properly hide selected blocks when viz changes

Aron Helser requested to merge aron.helser/smtk:visibility_selection_fix into master

If the user hid a selected block, it was still visible until a selection change. Mark the selection modified when visibility changes, then UpdateDisplayAttributesFromSelection() properly hides the selected block.

Fixes issue #284 (closed)

BACKPORT: release

Merge request reports