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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user