Skip to content

Sanitize view interaction mode

If an XML state file is saved while in interactive selection mode, then a RenderView's mode will be saved as "Selection". When the state file is reopened, the interaction mode will be restored to this, leaving the render view in a strange quasi-selection state until the interaction mode is changed on the view. Sanitize the interaction mode by setting it to 3D if it is set to selection mode to avoid getting stuck in this state from the beginning.

Closes #18566

Merge request reports