Correct mistakes, rename left_arrow to left_side, make lowercase, change namespace to Olive

This commit is contained in:
alexmitchell
2019-02-08 13:42:46 +10:30
parent 3fe8660c5e
commit 8faa4db15c
6 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -2070,9 +2070,9 @@ void TimelineWidget::mouseMoveEvent(QMouseEvent *event) {
}*/
if (found) {
if (right_arrow_cursor && !panel_timeline->trim_in_point){
setCursor(OLIVE_CURSORS::right_arrow);
setCursor(Olive::right_side);
}else if (left_arrow_cursor && panel_timeline->trim_in_point){
setCursor(OLIVE_CURSORS::left_arrow);
setCursor(Olive::left_side);
}else
setCursor(Qt::SizeHorCursor);
} else {