Andrea Condoluci 9 éve
szülő
commit
57b1f7fa6f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/MusicalScore/Graphical/VexFlow/VexFlowMeasure.ts

+ 1 - 1
src/MusicalScore/Graphical/VexFlow/VexFlowMeasure.ts

@@ -197,7 +197,7 @@ export class VexFlowMeasure extends StaffMeasure {
     }
 
     private increaseBeginInstructionWidth(modifier: any): void {
-        // FIXME: Check possible paddings
+        // FIXME: Check possible paddings...
         //this.beginInstructionsWidth += modifier.getWidth();
         this.beginInstructionsWidth = this.stave.getNoteStartX();
     }