Browse Source

fix finish() on new interval

David Rose 23 năm trước cách đây
mục cha
commit
5b29acde14

+ 1 - 0
direct/src/interval/MetaInterval.py

@@ -275,6 +275,7 @@ class MetaInterval(CMetaInterval):
         self.__manager.addInterval(self)
         self.__manager.addInterval(self)
         
         
     def finish(self):
     def finish(self):
+        self.__updateIvals()
         state = self.getState()
         state = self.getState()
         if state == CInterval.SInitial:
         if state == CInterval.SInitial:
             self.privInstant()
             self.privInstant()