From e38b8cb78a7814b038bb147858d3890b8032aaf6 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 15 Dec 2008 10:56:11 +0000 Subject: [PATCH] IPAL10823 There is no bounding box of presentation after "Create presentation". --- src/VISUGUI/VisuGUI.cxx | 2 ++ 1 file changed, 2 insertions(+) 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); } } -- 2.39.2