From: dmv Date: Mon, 15 Dec 2008 10:56:11 +0000 (+0000) Subject: IPAL10823 There is no bounding box of presentation after "Create presentation". X-Git-Tag: V4_1_4sp2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e38b8cb78a7814b038bb147858d3890b8032aaf6;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 d4123d10..073fbf0c 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -679,6 +679,7 @@ VisuGUI // create mesh presentation and display it in aViewWindow CreateMesh(this, anIO, aViewWindow); + aViewWindow->highlight(anIO, 1); } void @@ -704,6 +705,7 @@ VisuGUI // create mesh presentation and display it in aViewWindow CreateMesh(this, anIO, aViewWindow); + aViewWindow->highlight(anIO, 1); } }