mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 00:59:43 +02:00
Fix mistaken usage of ProjectSettings
This commit is contained in:
parent
79bc14b2cf
commit
c7984a2c83
@ -706,7 +706,7 @@ NumericFormatSymbol Effect::GetDurationFormat()
|
||||
|
||||
NumericFormatSymbol Effect::GetSelectionFormat()
|
||||
{
|
||||
return ProjectSettings( *GetActiveProject() ).GetSelectionFormat();
|
||||
return ProjectSettings::Get( *GetActiveProject() ).GetSelectionFormat();
|
||||
}
|
||||
|
||||
void Effect::SetDuration(double seconds)
|
||||
|
Loading…
x
Reference in New Issue
Block a user