| 211 | } |
| 212 | |
| 213 | void EffectTimeScale::OnText_RatePercentChangeStart(wxCommandEvent & WXUNUSED(evt)) |
| 214 | { |
| 215 | if (!EffectEditor::EnableApply( |
| 216 | mUIParent, mUIParent->TransferDataFromWindow())) |
| 217 | { |
| 218 | return; |
| 219 | } |
| 220 | |
| 221 | Update_Slider_RatePercentChangeStart(); |
| 222 | } |
| 223 | |
| 224 | void EffectTimeScale::OnText_RatePercentChangeEnd(wxCommandEvent & WXUNUSED(evt)) |
| 225 | { |
nothing calls this directly
no test coverage detected