Description
With 2 LocalView in parallel in the same application, if you call view_update on the first one, the other will become black. If you interact with the black view, the view will recover but with the wrong size/aspect ratio.
Where does the issue originate?
Upstream Project (VTK itself)
Version Information
"trame-vtklocal==1.0.1", "vtk==9.6.20260405.dev0"
Steps to Reproduce
Run this code snippet with uv run - click "add view" once, then click "update" once, and you should reproduce
repro.py
Relevant Log Output
Description
With 2 LocalView in parallel in the same application, if you call view_update on the first one, the other will become black. If you interact with the black view, the view will recover but with the wrong size/aspect ratio.
Where does the issue originate?
Upstream Project (VTK itself)
Version Information
"trame-vtklocal==1.0.1", "vtk==9.6.20260405.dev0"
Steps to Reproduce
Run this code snippet with uv run - click "add view" once, then click "update" once, and you should reproduce
repro.py
Relevant Log Output