mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Properly print cursor & accidentals
This commit is contained in:
parent
1e0ac13e12
commit
a116648d23
|
@ -168,7 +168,7 @@
|
||||||
- (void) drawNoteCursor
|
- (void) drawNoteCursor
|
||||||
{
|
{
|
||||||
[self drawNoteCursor:fCursorPitch inMeasure:fCursorMeasure at:fCursorAt
|
[self drawNoteCursor:fCursorPitch inMeasure:fCursorMeasure at:fCursorAt
|
||||||
accidental:kMusicNothing mode:' '];
|
accidental:fCursorAccidental mode:fClickMode];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) drawNote:(int)visual at:(NSPoint)p
|
- (void) drawNote:(int)visual at:(NSPoint)p
|
||||||
|
|
Loading…
Reference in New Issue
Block a user