VERY buggy audio reversing implemented

This commit is contained in:
itsmattkc
2018-10-07 23:21:59 +11:00
parent 8e7ca3652f
commit 7592898cbf
3 changed files with 57 additions and 6 deletions
+2 -2
View File
@@ -1656,9 +1656,9 @@ void TimelineWidget::mouseMoveEvent(QMouseEvent *event) {
}
}
}
if (cursor_contains_clip) {
/*if (cursor_contains_clip) {
QToolTip::showText(mapToGlobal(event->pos()), "HOVER OVER CLIP");
}
}*/
if (found) {
setCursor(Qt::SizeHorCursor);
} else {