Trim after import

This commit is contained in:
Matthias Neeracher 2007-10-08 05:48:00 +00:00
parent 41d729c387
commit a01d5ed372

View File

@ -350,6 +350,9 @@ advanceAt:
repeatStack.pop_back();
}
}
size_t empty = song->EmptyEnding();
while (empty-- > 1)
song->fMeasures.pop_back();
}
- (void)readPropertiesFromPlist:(NSArray *)properties