projects
/
occt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
0025933: Visualization - Forward AIS_InteractiveObject::Redisplay() execution to...
[occt.git]
/
src
/
ViewerTest
/
ViewerTest.cxx
diff --git
a/src/ViewerTest/ViewerTest.cxx
b/src/ViewerTest/ViewerTest.cxx
index
15008ec
..
410cc3c
100644
(file)
--- a/
src/ViewerTest/ViewerTest.cxx
+++ b/
src/ViewerTest/ViewerTest.cxx
@@
-2182,7
+2182,7
@@
static Standard_Integer VAspects (Draw_Interpretor& /*theDI*/,
}
else if (!aColoredPrs.IsNull())
{
- aColoredPrs->Redisplay();
+ aCtx->Redisplay (aColoredPrs, Standard_False);
}
}
else