From: rnv Date: Fri, 21 Oct 2011 11:28:38 +0000 (+0000) Subject: Implementation of the "21386: [CEA 510] Plot2d Highlight curves in the viewer" issue. X-Git-Tag: V6_main_20111024 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e1c70e2e6a7a693727b27c68992c10d323182ca;p=modules%2Fvisu.git Implementation of the "21386: [CEA 510] Plot2d Highlight curves in the viewer" issue. --- 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);