Stop notes column going to zero width on track import
This commit is contained in:
parent
7829186d55
commit
d670f397fc
@ -1179,7 +1179,6 @@ class PlaylistTab(QTableWidget):
|
|||||||
|
|
||||||
# Set row heights
|
# Set row heights
|
||||||
self.resizeRowsToContents()
|
self.resizeRowsToContents()
|
||||||
self.setColumnWidth(len(columns) - 1, 0)
|
|
||||||
|
|
||||||
# Have we had a section start but not end?
|
# Have we had a section start but not end?
|
||||||
if section_start_plr is not None:
|
if section_start_plr is not None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user