From 794dd1e47131f8acee44afbac8325453a64e5ca7 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 18 May 2007 10:37:57 +0000 Subject: [PATCH] To fix view selection data functionality --- src/VISUGUI/VisuGUI_Selection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_Selection.cxx b/src/VISUGUI/VisuGUI_Selection.cxx index c0c1a63a..ea34da39 100644 --- a/src/VISUGUI/VisuGUI_Selection.cxx +++ b/src/VISUGUI/VisuGUI_Selection.cxx @@ -452,7 +452,7 @@ void VisuGUI_SelectionDlg::onSelectionEvent() { aSelector->GetIndex(anIO, aMapIndex); - vtkDataSet* aDataSet = anVISUActor->GetInput(); + vtkDataSet* aDataSet = anVISUActor->GetMapper()->GetInput(); vtkPointData* aPntData = aDataSet->GetPointData(); for (int ind = 1; ind <= aMapIndex.Extent(); ind++) { -- 2.39.2