$ svn diff chiliIndex: chili/Controls/object.lua===================================================================--- chili/Controls/object.lua (revision 3695)+++ chili/Controls/object.lua (working copy)@@ -475,6 +475,10 @@ function Object:CallChildrenHT(eventname, x, y, ...)+ -- TODO: assertain correction+ if self.disableChildrenHitTest then+ return nil+ end local children = self.children for i=1,#children do local c = children[i]@@ -492,6 +496,10 @@ function Object:CallChildrenHTWeak(eventname, x, y, ...)+ -- TODO: assertain correction+ if self.disableChildrenHitTest then+ return nil+ end local children = self.children for i=1,#children do local c = children[i]