WIP V3: recalculate start/end times after moving rows

This commit is contained in:
Keith Edmunds 2023-11-15 15:14:23 +00:00
parent b83bd0d5c3
commit 56087870f4

View File

@ -708,6 +708,7 @@ class PlaylistModel(QAbstractTableModel):
self.refresh_data(session)
# Update display
self.update_track_times()
self.invalidate_rows(list(row_map.keys()))
def open_in_audacity(self, row_number: int) -> None: