Skip to content

Fix an issue where we were relying on Qt's isCurrent

Ken Martin requested to merge ken-martin/vtk:fix_qt_makecurrent into master

Qt's isCurrent cannot be relied on when mixed with other code that directly calls opengl. So address that issue and document it.

Merge request reports