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()
|
||||
{
|
||||
AISUpdate();
|
||||
if ( IsDisplayed() )
|
||||
{
|
||||
AISUpdate();
|
||||
AISDisplay();
|
||||
}
|
||||
else
|
||||
AISErase();
|
||||
}
|
||||
|
Reference in New Issue
Block a user