/[libvob]/libvob/vob/buoy/buoymanager.py
ViewVC logotype

Diff of /libvob/vob/buoy/buoymanager.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by tjl, Fri May 16 10:37:58 2003 UTC revision 1.16 by mudyc, Fri May 16 11:13:29 2003 UTC
# Line 234  class MultiBuoyManager: Line 234  class MultiBuoyManager:
234                  vob.AbstractUpdateManager.chg()                  vob.AbstractUpdateManager.chg()
235                  return                  return
236    
237            # ...or try some of the main nodes.
238            for single in self.singles:
239                if not single.mainNode.mouseClickHit(ev, self.vs, None):
240                    if single.mainNode.mouse(ev, self.vs):
241                        self.replaceScene = self.vs
242                        vob.AbstractUpdateManager.setNoAnimation()
243                    vob.AbstractUpdateManager.chg()
244                    return
245    
246    
247  class SingleGeometer:  class SingleGeometer:
248      def place(self, vs):      def place(self, vs):

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26