Skip to content

fix 2D examples Error: no override found for 'vtkContextDevice2D'

Benjamin Buch requested to merge bebuch/vtk:master into master

The examples compiled but showed at runtime in the render window the message: Error: no override found for 'vtkContextDevice2D'.

The reason is that vtkContextDevice2D was not linked and the module not initialized. With this fix we get the expected graphical output.

Merge request reports