From: dmv Date: Wed, 3 Dec 2008 10:03:38 +0000 (+0000) Subject: IPAL10823 There is no bounding box of presentation after "Create presentation". X-Git-Tag: V5_1_0rc2~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=15c07b8052a5a2c5197796552038bc2bf84b6146;p=modules%2Fvisu.git IPAL10823 There is no bounding box of presentation after "Create presentation". --- diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index fa603b2f..de3cf94e 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -694,6 +694,7 @@ VisuGUI // create mesh presentation and display it in aViewWindow VISU::Mesh_i* aPrs = CreateMesh(this, anIO, aViewWindow); + aViewWindow->highlight(anIO, 1); if (aPrs) emit presentationCreated(aPrs); } @@ -721,6 +722,7 @@ VisuGUI // create mesh presentation and display it in aViewWindow VISU::Mesh_i* aPrs = CreateMesh(this, anIO, aViewWindow); + aViewWindow->highlight(anIO, 1); if (aPrs) emit presentationCreated(aPrs); }