Andrea Condoluci %!s(int64=9) %!d(string=hai) anos
pai
achega
57b1f7fa6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     }