Only resize track rows that have notes

This commit is contained in:
Keith Edmunds 2022-08-17 21:28:32 +01:00
parent 957450c0f6
commit dfcdc0b9e8

View File

@ -995,6 +995,9 @@ class PlaylistTab(QTableWidget):
(self.item(row, columns['row_notes'].idx)
.setBackground(QColor(note_colour)))
# Ensure content is visible by wrapping cells
self.resizeRowToContents(row)
# Render playing track
if row == current_row:
# Set start time