diff --git a/Sources/VLSheetViewSelection.mm b/Sources/VLSheetViewSelection.mm index f02805c..d4d104a 100644 --- a/Sources/VLSheetViewSelection.mm +++ b/Sources/VLSheetViewSelection.mm @@ -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];