From 3fa2ba0184c3f64fd64ff3b6b73af3725ea65208 Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 17 Apr 2012 09:28:25 +0000 Subject: [PATCH] Bug IPAL22895: TC6.5.0: representation preferences for mesh - shrink does not work --- src/VISU_I/VISU_Mesh_i.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_Mesh_i.cc b/src/VISU_I/VISU_Mesh_i.cc index f9fc50be..e6fc4b6d 100644 --- a/src/VISU_I/VISU_Mesh_i.cc +++ b/src/VISU_I/VISU_Mesh_i.cc @@ -195,7 +195,7 @@ VISU::Mesh_i throw std::runtime_error("Mesh_i::Build - GetCResult()->GetInput() == NULL !!!"); if (!theRestoring) { myPresentType = VISU::PresentationType(VISU::GetResourceMgr()->integerValue("VISU" , "mesh_represent", 2)); - myIsShrank = (myPresentType == VISU::SHRINK); + myIsShrank |= (myPresentType == VISU::SHRINK); if(myEntity == VISU::NODE_ENTITY) myPresentType = VISU::POINT; -- 2.30.2