Problem with view update since Intel UHD Graphics 620 driver update

With recent Intel drivers we had to enable OpenGL compatibility profile on Windows in our Qt-based VTK applications otherwise various rendering update issues occurred. Qt creates the OpenGL context in these applications, so we had to adjust OpenGL flags in Qt, but you may give it a try to adjust the flags in vtkWin32OpenGLRenderWindow to tune rendering context in your pure VTK-based application.