diff -r 48bf777defa8 -r e46d634e071c branchobj.cpp --- a/branchobj.cpp Mon Aug 27 11:58:16 2007 +0000 +++ b/branchobj.cpp Tue Sep 04 13:53:33 2007 +0000 @@ -682,6 +682,7 @@ if (lmo != NULL) return lmo; } + // Search myself if (inBox (p) && (this != excludeLMO) && isVisibleObj() ) return this; @@ -708,7 +709,8 @@ } // Search myself - if (sid==id) return this; + if (sid==objID) return this; + /* // Search float images