This commit is contained in:
itsmattkc
2018-07-01 15:40:08 +01:00
parent ab70f04617
commit d77e9db1ae
8 changed files with 82 additions and 43 deletions
+1 -1
View File
@@ -1033,7 +1033,7 @@ void TimelineWidget::paintEvent(QPaintEvent*) {
}
bool TimelineWidget::is_track_visible(int track) {
return ((bottom_align && track < 0) || (!bottom_align && track >= 0));
return (bottom_align == (track < 0));
}
// **************************************