mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Eliminate spurious measure selection
This commit is contained in:
parent
3400f67059
commit
bab7111fa3
|
@ -851,7 +851,8 @@ static int8_t sSharpAcc[] = {
|
|||
if (fCursorRegion != kRegionMeasure)
|
||||
[super mouseDragged:event];
|
||||
[self autoscroll:event];
|
||||
[self adjustSelection:event];
|
||||
if (fCursorRegion == kRegionMeasure)
|
||||
[self adjustSelection:event];
|
||||
}
|
||||
|
||||
- (void) keyDown:(NSEvent *)event
|
||||
|
|
Loading…
Reference in New Issue
Block a user