diff --git a/src/PrsMgr/PrsMgr_PresentationManager.cxx b/src/PrsMgr/PrsMgr_PresentationManager.cxx index ce87ff48d3..79fca1fd81 100644 --- a/src/PrsMgr/PrsMgr_PresentationManager.cxx +++ b/src/PrsMgr/PrsMgr_PresentationManager.cxx @@ -539,7 +539,7 @@ void PrsMgr_PresentationManager::Connect (const Handle(PrsMgr_PresentableObject) { AddPresentation (theOtherObject, theOtherMode); } - Presentation (thePrsObject, theMode)->Connect (Presentation (theOtherObject, theMode)); + Presentation (thePrsObject, theMode)->Connect (Presentation (theOtherObject, theOtherMode)); } // =======================================================================