]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix on Bug GVIEW10279
authorapo <apo@opencascade.com>
Fri, 14 Oct 2005 13:44:15 +0000 (13:44 +0000)
committerapo <apo@opencascade.com>
Fri, 14 Oct 2005 13:44:15 +0000 (13:44 +0000)
  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

src/SVTK/SVTK_View.cxx

index 43813dd1c8da5a37445e1d6ca2f11ea5803b1332..ad1a00c24e96c66ef118050b1c4ea6b534aa651d 100644 (file)
@@ -206,7 +206,6 @@ SVTK_View
     using namespace VTK;
     ForEach<SALOME_Actor>(getRenderer()->GetActors(),
                          THighlightAction( false ));
-    aSelector->EndPickCallback();
     Repaint();
   }
 }
@@ -223,7 +222,6 @@ SVTK_View
     ForEachIf<SALOME_Actor>(getRenderer()->GetActors(),
                            TIsSameIObject<SALOME_Actor>( theIO ),
                            THighlightAction( theIsHighlight, aSelector->SelectionMode() ));
-    aSelector->EndPickCallback();
     Repaint();
   }
 }