1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-09 13:12:17 +01:00

Better enum value name

This commit is contained in:
Paul Licameli
2018-07-31 21:32:48 -04:00
parent 3010d3aaa8
commit b502d88285
3 changed files with 4 additions and 4 deletions

View File

@@ -1514,7 +1514,7 @@ void ControlToolBar::StartScrolling()
using Mode = AudacityProject::PlaybackScroller::Mode;
const auto project = GetActiveProject();
if (project) {
auto mode = Mode::Centered;
auto mode = Mode::Pinned;
#if 0
// Enable these lines to pin the playhead right instead of center,