From: kgv Date: Tue, 14 Oct 2014 15:07:00 +0000 (+0400) Subject: 0025370: Visualization - misprint in PrsMgr_PresentationManager::Connect() X-Git-Tag: V6_8_0~94 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=01d5be80b8d9c4dda46f479c6c20702cdb47b2b1;p=occt.git 0025370: Visualization - misprint in PrsMgr_PresentationManager::Connect() fix theMode -> theOtherMode --- 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)); } // =======================================================================