projects
/
occt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab9f6ca
)
0030480: Visualization - Clear of Select3D_SensitiveGroup does not update internal...
IR-2019-02-08
author
nds
<nds@opencascade.com>
Wed, 6 Feb 2019 17:20:47 +0000
(20:20 +0300)
committer
bugmaster
<bugmaster@opencascade.com>
Thu, 7 Feb 2019 08:04:59 +0000
(11:04 +0300)
src/Select3D/Select3D_SensitiveGroup.cxx
patch
|
blob
|
blame
|
history
diff --git
a/src/Select3D/Select3D_SensitiveGroup.cxx
b/src/Select3D/Select3D_SensitiveGroup.cxx
index 31215fc11c952abe01b3b50254b66251fd308490..9827b397e46ee37bc9a0bc2bd0dffc37aae902b1 100644
(file)
--- a/
src/Select3D/Select3D_SensitiveGroup.cxx
+++ b/
src/Select3D/Select3D_SensitiveGroup.cxx
@@
-157,7
+157,7
@@
void Select3D_SensitiveGroup::Clear()
myEntities.Clear();
myBndBox.Clear();
myCenter = gp_Pnt (0.0, 0.0, 0.0);
- my
Entiti
es.Clear();
+ my
BVHPrimIndex
es.Clear();
}
//=======================================================================