You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[visualization] Access to a potential null pointer in interactor_style (#5503)
Within the OnKeyDown method of PCLVisualizerInteractorStyle, the pointer
to the currentRenderer is tested for null then it is used to render outside
the scope of the test. The rendering is now done only if the pointer is
not null.
0 commit comments