projects
/
occt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72bcf3c
)
0029214: Application Framework - TPrsStd_AISPresentation::AISUpdate() should not...
author
kgv
<kgv@opencascade.com>
Thu, 12 Oct 2017 08:31:41 +0000
(11:31 +0300)
committer
bugmaster
<bugmaster@opencascade.com>
Mon, 23 Oct 2017 13:53:32 +0000
(16:53 +0300)
src/TPrsStd/TPrsStd_AISPresentation.cxx
patch
|
blob
|
blame
|
history
diff --git
a/src/TPrsStd/TPrsStd_AISPresentation.cxx
b/src/TPrsStd/TPrsStd_AISPresentation.cxx
index
8297fbe
..
f108b71
100644
(file)
--- a/
src/TPrsStd/TPrsStd_AISPresentation.cxx
+++ b/
src/TPrsStd/TPrsStd_AISPresentation.cxx
@@
-800,7
+800,7
@@
void TPrsStd_AISPresentation::AISUpdate()
if ( !(anObj == myAIS) )
{
if ( !aContext.IsNull() )
- aContext->Remove (myAIS, Standard_
Tru
e);
+ aContext->Remove (myAIS, Standard_
Fals
e);
// Driver has built new AIS.
myAIS = anObj;