From: enk Date: Fri, 28 Apr 2006 07:36:56 +0000 (+0000) Subject: Fix for Bug IPAL11962: X-Git-Tag: mergeto_trunk_06May06~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5a09a59888f5a9f3a87d37aa2479ae7bde6b98df;p=modules%2Fvisu.git Fix for Bug IPAL11962: Bad orientation arrow of the CutLines preview --- diff --git a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx index 0cf1557f..1cf84340 100644 --- a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx +++ b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx @@ -577,7 +577,6 @@ void VisuGUI_CutLinesDlg::updateGlyphs(bool update){ vtkGlyphSource2D* source = vtkGlyphSource2D::New(); source->FilledOn(); - source->SetCenter(aBoundCenter); source->SetGlyphTypeToArrow(); aPoints->InsertNextPoint(aBoundCenter);