]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for Bug IPAL11962:
authorenk <enk@opencascade.com>
Fri, 28 Apr 2006 07:36:56 +0000 (07:36 +0000)
committerenk <enk@opencascade.com>
Fri, 28 Apr 2006 07:36:56 +0000 (07:36 +0000)
Bad orientation arrow of the CutLines preview

src/VISUGUI/VisuGUI_CutLinesDlg.cxx

index 0cf1557fd06d9a35e6d8cfd60f21a702b1f005c4..1cf8434016286150938050db93b8b6b540512d85 100644 (file)
@@ -577,7 +577,6 @@ void VisuGUI_CutLinesDlg::updateGlyphs(bool update){
   vtkGlyphSource2D* source = vtkGlyphSource2D::New();
   
   source->FilledOn();
-  source->SetCenter(aBoundCenter);
   source->SetGlyphTypeToArrow();
   
   aPoints->InsertNextPoint(aBoundCenter);