mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 03:03:10 +01:00
Remove AudacityProject::GetSelection
This commit is contained in:
@@ -394,7 +394,7 @@ bool DoEffect(
|
||||
auto trackPanel = project.GetTrackPanel();
|
||||
auto trackFactory = project.GetTrackFactory();
|
||||
auto rate = project.GetRate();
|
||||
auto &selectedRegion = project.GetSelection();
|
||||
auto &selectedRegion = project.GetViewInfo().selectedRegion;
|
||||
auto commandManager = project.GetCommandManager();
|
||||
|
||||
const PluginDescriptor *plug = PluginManager::Get().GetPlugin(ID);
|
||||
|
||||
Reference in New Issue
Block a user