From 01d5be80b8d9c4dda46f479c6c20702cdb47b2b1 Mon Sep 17 00:00:00 2001 From: kgv Date: Tue, 14 Oct 2014 19:07:00 +0400 Subject: [PATCH] 0025370: Visualization - misprint in PrsMgr_PresentationManager::Connect() fix theMode -> theOtherMode --- src/PrsMgr/PrsMgr_PresentationManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } // =======================================================================