From b3386a77b80e551c30ed5487bd8fa9a68ff3e9f7 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 3 Nov 2006 09:47:11 +0000 Subject: [PATCH] To improve highlight method - selection will be extended on the pointed InteractiveObject --- src/VVTK/VVTK_ViewWindow.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/VVTK/VVTK_ViewWindow.cxx b/src/VVTK/VVTK_ViewWindow.cxx index b0d70802..a7512e88 100755 --- a/src/VVTK/VVTK_ViewWindow.cxx +++ b/src/VVTK/VVTK_ViewWindow.cxx @@ -227,6 +227,8 @@ VVTK_ViewWindow bool theIsHighlight, bool theIsUpdate ) { + if(GetSelector()->AddIObject(theIO)) + GetSelector()->EndPickCallback(); myView1->highlight( theIO, theIsHighlight, theIsUpdate ); myView2->highlight( theIO, theIsHighlight, theIsUpdate ); } -- 2.39.2