From: <mcu...@us...> - 2008-09-05 00:45:12
|
Revision: 1325 http://orm.svn.sourceforge.net/orm/?rev=1325&view=rev Author: mcurland Date: 2008-09-05 00:45:22 +0000 (Fri, 05 Sep 2008) Log Message: ----------- NavigateTo element on background diagram tab not activating the document. refs #372 Modified Paths: -------------- trunk/ORMModel/Shell/ORMDocDataServices.cs Modified: trunk/ORMModel/Shell/ORMDocDataServices.cs =================================================================== --- trunk/ORMModel/Shell/ORMDocDataServices.cs 2008-09-04 16:27:55 UTC (rev 1324) +++ trunk/ORMModel/Shell/ORMDocDataServices.cs 2008-09-05 00:45:22 UTC (rev 1325) @@ -1501,6 +1501,7 @@ if (docView.SelectDiagram(diagram)) { selectOnView = docView.CurrentDesigner; + docView.Show(); } } else @@ -1631,8 +1632,6 @@ const int SelectShapesSize = 3; ShapeElement[] selectShapes = new ShapeElement[SelectShapesSize]; bool selectShapesInitialized = true; - // UNDONE: Move navigation code from here down into - // docdata and docview classes so we can use it elsewhere while (element != null) { ModelElement selectElement = element; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |