Skip to content

Commit

Permalink
Fix BPM and Bitrate columns were wider than normal
Browse files Browse the repository at this point in the history
  • Loading branch information
danferns committed Aug 14, 2024
1 parent d870065 commit 7a9dc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/basetracktablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ QVariant BaseTrackTableModel::roleValue(
return QVariant::fromValue(KeyUtils::keyToColor(key, s_keyColorPalette));
}
default:
break;
return QVariant();
}
break;
}
Expand Down

0 comments on commit 7a9dc57

Please sign in to comment.