Hangup if use "Auto Apply" functionality for clipping with IJK.
Remove SVTK_Selector::EndPickCallback() from highlight and unhighlight methods of SVTK_View to prevent infinite loops of functions calls
using namespace VTK;
ForEach<SALOME_Actor>(getRenderer()->GetActors(),
THighlightAction( false ));
- aSelector->EndPickCallback();
Repaint();
}
}
ForEachIf<SALOME_Actor>(getRenderer()->GetActors(),
TIsSameIObject<SALOME_Actor>( theIO ),
THighlightAction( theIsHighlight, aSelector->SelectionMode() ));
- aSelector->EndPickCallback();
Repaint();
}
}