Stop notes column going to zero width on track import

This commit is contained in:
Keith Edmunds 2022-09-30 15:55:52 +01:00
parent 7829186d55
commit d670f397fc

View File

@ -1179,7 +1179,6 @@ class PlaylistTab(QTableWidget):
# Set row heights
self.resizeRowsToContents()
self.setColumnWidth(len(columns) - 1, 0)
# Have we had a section start but not end?
if section_start_plr is not None: