1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0030142: Application Framework, TPrsStd_AISPresentation - Hidden Presentations Are Computed During Document Retrieval

This commit is contained in:
vro
2018-09-18 16:24:06 +03:00
committed by bugmaster
parent 7e425ba7b0
commit 39effd08e5

View File

@@ -713,9 +713,11 @@ void TPrsStd_AISPresentation::BeforeForget()
//=======================================================================
void TPrsStd_AISPresentation::AfterResume()
{
AISUpdate();
if ( IsDisplayed() )
{
AISUpdate();
AISDisplay();
}
else
AISErase();
}