diff -r ce2abdbd0b65 -r e46d634e071c branchobj.cpp --- a/branchobj.cpp Fri Jun 29 09:43:53 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