mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Cursor line in the ruler should always follow that in TrackPanel, as after "j"
This commit is contained in:
@@ -111,7 +111,7 @@ void EditCursorOverlay::Draw
|
||||
}
|
||||
|
||||
// AS: Ah, no, this is where we draw the blinky thing in the ruler.
|
||||
mProject->GetRulerPanel()->DrawCursor(mCursorTime);
|
||||
mProject->GetRulerPanel()->Refresh();
|
||||
|
||||
// This updates related displays such as numbers on the status bar
|
||||
mProject->TP_DisplaySelection();
|
||||
|
||||
Reference in New Issue
Block a user