Procházet zdrojové kódy

Merge branch 'feature/OSMD-6_Porting' into feature/VexFlowIntegration

Andrea Condoluci před 9 roky
rodič
revize
fa27b787c6

+ 1 - 0
src/MusicalScore/Graphical/VexFlow/VexFlowMusicSheetCalculator.ts

@@ -43,6 +43,7 @@ export class VexFlowMusicSheetCalculator extends MusicSheetCalculator {
     public calculate(): void {
         this.clearSystemsAndMeasures();
         this.clearRecreatedObjects();
+        this.calculateSheetLabelBoundingBoxes();
         this.calculateXLayout(this.graphicalMusicSheet, this.maxInstrNameLabelLength());
         this.graphicalMusicSheet.MusicPages.length = 0;
         this.calculateMusicSystems();