added effects and fixed some crashes

This commit is contained in:
itsmattkc
2018-11-15 21:02:08 +11:00
parent 0e924caf8e
commit f007f39dd2
17 changed files with 414 additions and 111 deletions
+1 -2
View File
@@ -2337,8 +2337,7 @@ void TimelineWidget::paintEvent(QPaintEvent*) {
}
}
// draw insert indicator
dout << panel_timeline->move_insert << insert_points.isEmpty();
// draw insert indicator
if (panel_timeline->move_insert && !insert_points.isEmpty()) {
p.setBrush(Qt::white);
p.setPen(Qt::NoPen);