fixed bug where superimpose effect alpha affected whole clip alpha

This commit is contained in:
itsmattkc
2018-11-29 23:13:32 +11:00
parent 34260674b3
commit bb9861da25
3 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -1504,7 +1504,7 @@ void TimelineWidget::update_ghosts(const QPoint& mouse_pos, bool lock_frame) {
if (panel_timeline->importing) {
QToolTip::showText(mapToGlobal(mouse_pos), frame_to_timecode(earliest_in_point, config.timecode_view, sequence->frame_rate));
} else {
} else {
QString tip = ((frame_diff < 0) ? "-" : "+") + frame_to_timecode(qAbs(frame_diff), config.timecode_view, sequence->frame_rate);
if (panel_timeline->trim_target > -1) {
// find which clip is being moved