mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Lower ViewActions as member functions of ProjectWindow
This commit is contained in:
@@ -285,9 +285,8 @@ void DoAlign
|
||||
if (index == kAlignEndToEnd)
|
||||
newPos += (trackEnd - trackStart);
|
||||
}
|
||||
if (index == kAlignEndToEnd) {
|
||||
ViewActions::DoZoomFit(project);
|
||||
}
|
||||
if (index == kAlignEndToEnd)
|
||||
window.DoZoomFit();
|
||||
}
|
||||
|
||||
if (delta != 0.0) {
|
||||
|
||||
Reference in New Issue
Block a user