Hello @SimonH
We will need more context about your use of QVTKOpenGLWidget
. Where/When do you call update()
? Ideally, the widget’s paintGL
function is automatically invoked when it decides the widget is out-of-date. so invoking update
wouldn’t always repaint the widget. By resizing, you’re forcefully modifying the widget state, which is why it works.