From 5a09a59888f5a9f3a87d37aa2479ae7bde6b98df Mon Sep 17 00:00:00 2001 From: enk Date: Fri, 28 Apr 2006 07:36:56 +0000 Subject: [PATCH] Fix for Bug IPAL11962: Bad orientation arrow of the CutLines preview --- src/VISUGUI/VisuGUI_CutLinesDlg.cxx | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2