fix finish() on new interval

This commit is contained in:
David Rose 2002-09-30 23:40:46 +00:00
parent 7c0ef38c85
commit 5b29acde14
1 changed files with 1 additions and 0 deletions

View File

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