1
0
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:
Paul Licameli
2016-04-27 17:48:55 -04:00
parent 5086260a60
commit 68eda0f802
3 changed files with 2 additions and 13 deletions

View File

@@ -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();