| 185 | } |
| 186 | |
| 187 | NumericFormatID Effect::GetSelectionFormat() |
| 188 | { |
| 189 | if( !IsBatchProcessing() && FindProject() ) |
| 190 | return ProjectNumericFormats::Get( *FindProject() ) |
| 191 | .GetSelectionFormat(); |
| 192 | return NumericConverterFormats::HoursMinsSecondsFormat().Internal(); |
| 193 | } |
| 194 | |
| 195 | wxString Effect::GetSavedStateGroup() |
| 196 | { |
no test coverage detected