Commit 63dfb466 authored by 16서원빈's avatar 16서원빈

Add measure count

parent 0ca9dc40
No preview for this file type
......@@ -295,6 +295,8 @@ namespace ButtonPusherEditor
{
g.DrawLine(measurePen, (i + 1) * MeasureSize, 0,
(i + 1) * MeasureSize, noteLane.Height);
g.DrawString((i + 1).ToString(), new Font("Consolas", 12),
new SolidBrush(Color.White), (i + 1) * MeasureSize, 0);
for (int j = 0; j < npm; j++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment