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:
@@ -713,9 +713,11 @@ void TPrsStd_AISPresentation::BeforeForget()
|
|||||||
//=======================================================================
|
//=======================================================================
|
||||||
void TPrsStd_AISPresentation::AfterResume()
|
void TPrsStd_AISPresentation::AfterResume()
|
||||||
{
|
{
|
||||||
AISUpdate();
|
|
||||||
if ( IsDisplayed() )
|
if ( IsDisplayed() )
|
||||||
|
{
|
||||||
|
AISUpdate();
|
||||||
AISDisplay();
|
AISDisplay();
|
||||||
|
}
|
||||||
else
|
else
|
||||||
AISErase();
|
AISErase();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user