Skip to content

Blank cave screen

vtkSMViewLayoutProxy: delay ConfigureEvent

vtkSMViewLayoutProxy now fires the ConfigureEvent after the layout proxy pushes its state to the server. This ensures that if the ConfigureEvent triggers renders then the server-side is aware of the configuration. This fixes the white-server side screen issue reported in #19167 (closed).

Merge request reports