| 91 | } |
| 92 | |
| 93 | void TimeEdit::SetFrame(int fn) { |
| 94 | SetTime(c->project->Timecodes().TimeAtFrame(fn, isEnd ? agi::vfr::END : agi::vfr::START)); |
| 95 | } |
| 96 | |
| 97 | void TimeEdit::SetByFrame(bool enableByFrame) { |
| 98 | if (enableByFrame == byFrame) return; |
no test coverage detected