added text edit dialog to text effect

This commit is contained in:
itsmattkc
2019-01-11 23:30:15 +11:00
parent 731300539a
commit e8f632940c
7 changed files with 90 additions and 7 deletions
-2
View File
@@ -692,9 +692,7 @@ void Viewer::timer_update() {
previous_playhead = seq->playhead;
seq->playhead = qRound(playhead_start + ((QDateTime::currentMSecsSinceEpoch()-start_msecs) * 0.001 * seq->frame_rate));
if (config.seek_also_selects) panel_timeline->select_from_playhead();
update_parents(config.seek_also_selects);
long end_frame = get_seq_out();