diff --git a/src/TPrsStd/TPrsStd_AISPresentation.cxx b/src/TPrsStd/TPrsStd_AISPresentation.cxx index 173639ab58..e67391a013 100644 --- a/src/TPrsStd/TPrsStd_AISPresentation.cxx +++ b/src/TPrsStd/TPrsStd_AISPresentation.cxx @@ -713,9 +713,11 @@ void TPrsStd_AISPresentation::BeforeForget() //======================================================================= void TPrsStd_AISPresentation::AfterResume() { - AISUpdate(); if ( IsDisplayed() ) + { + AISUpdate(); AISDisplay(); + } else AISErase(); }