소스 검색

Test branch

Andrea Condoluci 9 년 전
부모
커밋
57b1f7fa6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
     }