Skip to content

Add missing Frame() call on the renderWindow

Eloi Gaudry requested to merge eg/vtk:correct_rubber_band_zoom_display into master

Mandatory for proper drawing of the RubberBand with OGL2 backend, without, the proper rendering of the rectangle is likely to be skipped, which in turn will leave the display without any indication of the current selection done.

Merge request reports