소스 검색

comment

for #578
Simon Schmid 5 년 전
부모
커밋
73bb4bcd65
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/MusicalScore/Graphical/MusicSheetCalculator.ts

+ 1 - 0
src/MusicalScore/Graphical/MusicSheetCalculator.ts

@@ -834,6 +834,7 @@ export abstract class MusicSheetCalculator {
 
             // calculate TopBottom Borders for all elements recursively
             graphicalMusicPage.PositionAndShape.calculateTopBottomBorders(); // necessary for composer label (page labels) for high notes in first system
+            // TODO how much performance does this cost? can we reduce the amount of calculations, e.g. only checking top?
 
             // calculate all Labels's Positions for the first Page
             if (graphicalMusicPage === this.graphicalMusicSheet.MusicPages[0]) {