mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Don't draw not cursor when dragging selection
This commit is contained in:
parent
a6b1f3cf1f
commit
d9e8d9e0bd
|
@ -201,8 +201,9 @@ VLSequenceCallback(
|
|||
|
||||
- (void)selectMeasure:(uint32_t)startMeas to:(uint32_t)endMeas
|
||||
{
|
||||
fSelStart = startMeas;
|
||||
fSelEnd = endMeas;
|
||||
fSelStart = startMeas;
|
||||
fSelEnd = endMeas;
|
||||
fCursorRegion = kRegionMeasure;
|
||||
|
||||
[self updateMenus];
|
||||
[self setNeedsDisplay:YES];
|
||||
|
|
Loading…
Reference in New Issue
Block a user