freetomik / highlanddots

Automatically exported from code.google.com/p/highlanddots
0 stars 0 forks source link

Metadata truncates score #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When metadata (titles, etc.) is painted at the top of the score, the score
is truncated by the height of the metadata block.

Original issue reported on code.google.com by pipemakertjm@gmail.com on 2 May 2010 at 11:55

GoogleCodeExporter commented 9 years ago
Resolved in jjs branch -- hdots.js

score.metaData.calc(staff);
if (doPaint && score.metaData) {
score.metaData.paint(staff);
}
sdet.top += score.metaData.getBoundingRect().height + sdet.space;

Original comment by Jeremy.Starcher@gmail.com on 15 May 2010 at 4:19

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r131.

Original comment by Jeremy.Starcher@gmail.com on 15 May 2010 at 4:22