diff --git a/client/windows/InfoWindows.cpp b/client/windows/InfoWindows.cpp index b124c547b..0370fe13d 100644 --- a/client/windows/InfoWindows.cpp +++ b/client/windows/InfoWindows.cpp @@ -248,7 +248,7 @@ void CRClickPopup::createAndPush(const CGObjectInstance * obj, const Point & p, CRClickPopupInt::CRClickPopupInt(const std::shared_ptr & our) { CCS->curh->hide(); - defActions = SHOWALL | UPDATE; + defActions = 255-DISPOSE; our->recActions = defActions; inner = our; addChild(our.get(), false);