mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Don't draw not cursor when dragging selection
This commit is contained in:
parent
a6b1f3cf1f
commit
d9e8d9e0bd
|
@ -203,6 +203,7 @@ VLSequenceCallback(
|
||||||
{
|
{
|
||||||
fSelStart = startMeas;
|
fSelStart = startMeas;
|
||||||
fSelEnd = endMeas;
|
fSelEnd = endMeas;
|
||||||
|
fCursorRegion = kRegionMeasure;
|
||||||
|
|
||||||
[self updateMenus];
|
[self updateMenus];
|
||||||
[self setNeedsDisplay:YES];
|
[self setNeedsDisplay:YES];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user