From 5e1c70e2e6a7a693727b27c68992c10d323182ca Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 21 Oct 2011 11:28:38 +0000 Subject: [PATCH] Implementation of the "21386: [CEA 510] Plot2d Highlight curves in the viewer" issue. --- src/VISUGUI/VisuGUI.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index e040c8df..2a9b3ebf 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -945,6 +945,7 @@ VisuGUI case VISU::TTABLE: getViewManager(SPlot2d_Viewer::Type(), true); displayer()->Display(anIO->getEntry()); + aSelectionMgr->setSelectedObjects(aList); break; default: { VISU::Prs3d_i* aPrs3d = VISU::GetPrs3dFromBase(aBase); -- 2.39.2