From 39effd08e568135d7121b7317df4a99b3e907176 Mon Sep 17 00:00:00 2001 From: vro Date: Tue, 18 Sep 2018 16:24:06 +0300 Subject: [PATCH] 0030142: Application Framework, TPrsStd_AISPresentation - Hidden Presentations Are Computed During Document Retrieval --- src/TPrsStd/TPrsStd_AISPresentation.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); } -- 2.39.5